Html Css Color HEX #F4CAFE Blue Chalk

📋 copy color: '#F4CAFE'

red 244 ◦ green 202 ◦ blue 254

#F4CAFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chalk #F4CAFE

Tints of Blue Chalk #F4CAFE

RGB

 RED value IS 244 (95.7% from 255) = 34.86%

 GREEN value IS 202 (79.3% 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 value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F4CAFE (or 0xF4CAFE) is known color: 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

RGB 244 202 254 -
CMYK 0.04 0.20 0 0.00
HSL 288.46º 0.96% 0.89% -
HSV(B) 288.46º 0.2% 1% -
XYZ 76.32 68.63 102.99 -
YUV 220.49 146.91 144.77 -
System Red Green Blue C M Y K H S L
Decimal 244 202 254 0.04 0.20 0 0.00 288.46 0.96 0.89
Hex F4 CA FE 4 14 0 0 120 60 59
Octal 364 312 376 4 24 0 0 440 140 131
Binary 11110100 11001010 11111110 100 10100 0 0 100100000 1100000 1011001

Color Harmonies of #F4CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CAFE

Black with #F4CAFE

Text Example


Text Example

White with #F4CAFE

Text Example


Text Example

HTML Codes & Css Web 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>