#F7D4FF

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

Shades of Blue Chalk #F7D4FF

Tints of Blue Chalk #F7D4FF

Color information

#F7D4FF (or 0xF7D4FF) is unknown color: approx Blue Chalk. HEX triplet: F7, D4 and FF. RGB value is (247,212,255). Sum of RGB (Red+Green+Blue) = 247+212+255=714 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.59% from 714); Green value is 212 (83.20% from 255 or 29.69% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7D4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D4FF is #082B00. Grayscale: #E3E3E3. Windows color (decimal): -535297 or 16766199. OLE color: 16766199.

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

Color convert

RGB247212255-
CMYK0.030.1700
HSL288.84º100%91.57%-
HSV(B)288.84º16.86%100%-
XYZ79.9574.08104.69-
YUV227.37143.6142-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.59%
GREEN value IS 212 (83.20% from 255) = 29.69%
BLUE value IS 255 (100% from 255) = 35.71%
R=34.59%
G=29.69%
B=35.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2472122550.030.1700288.8410091.57
HexF7D4FF31100121645c
Octal36732437732100441144134
Binary11110111110101001111111111100010010010000111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D4FF; }

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

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

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

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

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

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

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

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