Html Css Color HEX #F2CAFE Blue Chalk

📋 copy color: '#F2CAFE'

red 242 ◦ green 202 ◦ blue 254

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

Shades of Blue Chalk #F2CAFE

Tints of Blue Chalk #F2CAFE

RGB

 RED value IS 242 (94.92% from 255) = 34.67%

 GREEN value IS 202 (79.3% from 255) = 28.94%

 BLUE value IS 254 (99.61% from 255) = 36.39%

R = 34.67%
G = 28.94%
B = 36.39%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2CAFE (or 0xF2CAFE) is known color: Blue Chalk. HEX triplet: F2, CA and FE. RGB value is (242,202,254). Sum of RGB (Red+Green+Blue) = 242+202+254=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 202 (79.30% from 255 or 28.94% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2CAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CAFE is #0D3501. Grayscale: #DBDBDB. Windows color (decimal): -865538 or 16698098. OLE color: 16698098.

HSL color Cylindrical-coordinate representation of color #F2CAFE: hue angle of 286.15º 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 #F2CAFE is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 202 254 -
CMYK 0.05 0.20 0 0.00
HSL 286.15º 0.96% 0.89% -
HSV(B) 286.15º 0.2% 1% -
XYZ 75.63 68.27 102.96 -
YUV 219.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 242 202 254 0.05 0.20 0 0.00 286.15 0.96 0.89
Hex F2 CA FE 5 14 0 0 11E 60 59
Octal 362 312 376 5 24 0 0 436 140 131
Binary 11110010 11001010 11111110 101 10100 0 0 100011110 1100000 1011001

Color Harmonies of #F2CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CAFE

Black with #F2CAFE

Text Example


Text Example

White with #F2CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CAFE; }

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

 H1.HeaderClassName
 {
   color: #F2CAFE;
 }
 .AnyTagClassName
 {
   color: #F2CAFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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