#F7CFFF

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

Shades of Blue Chalk #F7CFFF

Tints of Blue Chalk #F7CFFF

Color information

#F7CFFF (or 0xF7CFFF) is unknown color: approx Blue Chalk. HEX triplet: F7, CF and FF. RGB value is (247,207,255). Sum of RGB (Red+Green+Blue) = 247+207+255=709 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.84% from 709); Green value is 207 (81.25% from 255 or 29.20% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7CFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CFFF is #083000. Grayscale: #E0E0E0. Windows color (decimal): -536577 or 16764919. OLE color: 16764919.

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

Color convert

RGB247207255-
CMYK0.030.1900
HSL290º100%90.59%-
HSV(B)290º18.82%100%-
XYZ78.7271.62104.28-
YUV224.43145.25144.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.84%
GREEN value IS 207 (81.25% from 255) = 29.20%
BLUE value IS 255 (100% from 255) = 35.97%
R=34.84%
G=29.20%
B=35.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2472072550.030.190029010090.59
HexF7CFFF31300122645b
Octal36731737732300442144133
Binary11110111110011111111111111100110010010001011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CFFF; }

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

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

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

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

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

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

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

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