Html Css Color HEX #F0CAFB Blue Chalk

📋 copy color: '#F0CAFB'

red 240 ◦ green 202 ◦ blue 251

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

Shades of Blue Chalk #F0CAFB

Tints of Blue Chalk #F0CAFB

RGB

 RED value IS 240 (94.14% from 255) = 34.63%

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

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

R = 34.63%
G = 29.15%
B = 36.22%

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

#F0CAFB (or 0xF0CAFB) is known color: Blue Chalk. HEX triplet: F0, CA and FB. RGB value is (240,202,251). Sum of RGB (Red+Green+Blue) = 240+202+251=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 202 (79.30% from 255 or 29.15% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0CAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CAFB is #0F3504. Grayscale: #DADADA. Windows color (decimal): -996613 or 16501488. OLE color: 16501488.

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

Color convert

RGB 240 202 251 -
CMYK 0.04 0.20 0 0.02
HSL 286.53º 0.86% 0.89% -
HSV(B) 286.53º 0.2% 0.98% -
XYZ 74.47 67.73 100.42 -
YUV 218.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 240 202 251 0.04 0.20 0 0.02 286.53 0.86 0.89
Hex F0 CA FB 4 14 0 2 11F 56 59
Octal 360 312 373 4 24 0 2 437 126 131
Binary 11110000 11001010 11111011 100 10100 0 10 100011111 1010110 1011001

Color Harmonies of #F0CAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CAFB

Black with #F0CAFB

Text Example


Text Example

White with #F0CAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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