#F4CAFE

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

Shades of Blue Chalk #F4CAFE

Tints of Blue Chalk #F4CAFE

Color information

#F4CAFE (or 0xF4CAFE) is unknown color: approx Blue Chalk. HEX triplet: F4, CA and FE. RGB value is (244,202,254). Sum of RGB (Red+Green+Blue) = 244+202+254=700 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.86% from 700); Green value is 202 (79.30% from 255 or 28.86% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4CAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CAFE is #0B3501. Grayscale: #DCDCDC. Windows color (decimal): -734466 or 16698100. OLE color: 16698100.

HSL color Cylindrical-coordinate representation of color #F4CAFE: hue angle of 288.46º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F4CAFE is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB244202254-
CMYK0.040.2000.00
HSL288.46º96.3%89.41%-
HSV(B)288.46º20.47%99.61%-
XYZ76.3268.63102.99-
YUV220.49146.91144.77-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.86%
GREEN value IS 202 (79.30% from 255) = 28.86%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=34.86%
G=28.86%
B=36.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2442022540.040.2000.00288.4696.389.41
HexF4CAFE414001206059
Octal36431237642400440140131
Binary111101001100101011111110100101000010010000011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CAFE; }

 p { color: rgb(244,202,254); }

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

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

 a { background-color: rgb(244,202,254); }

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

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

 span { border-color: rgb(244,202,254); }

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