Html Css Color HEX #F2CAFB Blue Chalk

📋 copy color: '#F2CAFB'

red 242 ◦ green 202 ◦ blue 251

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

Shades of Blue Chalk #F2CAFB

Tints of Blue Chalk #F2CAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.12%

R = 34.82%
G = 29.06%
B = 36.12%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2CAFB (or 0xF2CAFB) is known color: Blue Chalk. HEX triplet: F2, CA and FB. RGB value is (242,202,251). Sum of RGB (Red+Green+Blue) = 242+202+251=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 202 (79.30% from 255 or 29.06% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2CAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CAFB is #0D3504. Grayscale: #DBDBDB. Windows color (decimal): -865541 or 16501490. OLE color: 16501490.

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

Color convert

RGB 242 202 251 -
CMYK 0.04 0.20 0 0.02
HSL 288.98º 0.86% 0.89% -
HSV(B) 288.98º 0.2% 0.98% -
XYZ 75.15 68.08 100.45 -
YUV 219.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 242 202 251 0.04 0.20 0 0.02 288.98 0.86 0.89
Hex F2 CA FB 4 14 0 2 121 56 59
Octal 362 312 373 4 24 0 2 441 126 131
Binary 11110010 11001010 11111011 100 10100 0 10 100100001 1010110 1011001

Color Harmonies of #F2CAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CAFB

Black with #F2CAFB

Text Example


Text Example

White with #F2CAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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