#F4CFFC

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

Shades of Blue Chalk #F4CFFC

Tints of Blue Chalk #F4CFFC

Color information

#F4CFFC (or 0xF4CFFC) is unknown color: approx Blue Chalk. HEX triplet: F4, CF and FC. RGB value is (244,207,252). Sum of RGB (Red+Green+Blue) = 244+207+252=703 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.71% from 703); Green value is 207 (81.25% from 255 or 29.45% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #F4CFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CFFC is #0B3003. Grayscale: #DFDFDF. Windows color (decimal): -733188 or 16568308. OLE color: 16568308.

HSL color Cylindrical-coordinate representation of color #F4CFFC: hue angle of 289.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F4CFFC is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB244207252-
CMYK0.030.1800.01
HSL289.33º88.24%90%-
HSV(B)289.33º17.86%98.82%-
XYZ77.1970.89101.71-
YUV223.19144.26142.84-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.71%
GREEN value IS 207 (81.25% from 255) = 29.45%
BLUE value IS 252 (98.83% from 255) = 35.85%
R=34.71%
G=29.45%
B=35.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2442072520.030.1800.01289.3388.2490
HexF4CFFC31201121585a
Octal36431737432201441130132
Binary11110100110011111111110011100100110010000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFFC; }

 p { color: rgb(244,207,252); }

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

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

 a { background-color: rgb(244,207,252); }

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

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

 span { border-color: rgb(244,207,252); }

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