#F7D3FF

Color #F7D3FF Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #F7D3FF

Tints of Blue Chalk #F7D3FF

Color information

#F7D3FF (or 0xF7D3FF) is unknown color: approx Blue Chalk. HEX triplet: F7, D3 and FF. RGB value is (247,211,255). Sum of RGB (Red+Green+Blue) = 247+211+255=713 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.64% from 713); Green value is 211 (82.81% from 255 or 29.59% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7D3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D3FF is #082C00. Grayscale: #E2E2E2. Windows color (decimal): -535553 or 16765943. OLE color: 16765943.

HSL color Cylindrical-coordinate representation of color #F7D3FF: hue angle of 289.09º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7D3FF is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB247211255-
CMYK0.030.1700
HSL289.09º100%91.37%-
HSV(B)289.09º17.25%100%-
XYZ79.773.58104.61-
YUV226.78143.93142.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 34.64%
GREEN value IS 211 (82.81% from 255) = 29.59%
BLUE value IS 255 (100% from 255) = 35.76%
R=34.64%
G=29.59%
B=35.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2472112550.030.1700289.0910091.37
HexF7D3FF31100121645b
Octal36732337732100441144133
Binary11110111110100111111111111100010010010000111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D3FF; }

 p { color: rgb(247,211,255); }

 H1.HeaderClassName
 {
   color: #F7D3FF;
 }
 .AnyTagClassName
 {
   color: #F7D3FF;
 }
</style>
background-color css

<style>
 a { background-color: #F7D3FF; }

 a { background-color: rgb(247,211,255); }

 div.DivClassName
 {
   background-color: #F7D3FF;
 }
 .BgClassName
 {
   background-color: #F7D3FF;
 }
</style>
border-color css

<style>
 span { border-color: #F7D3FF; }

 span { border-color: rgb(247,211,255); }

 td.TdClassName
 {
   border-color: #F7D3FF;
 }
 .TagClassName
 {
   border-color: #F7D3FF;
 }
</style>