Html Css Color HEX #F0CAFC Blue Chalk

📋 copy color: '#F0CAFC'

red 240 ◦ green 202 ◦ blue 252

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

Shades of Blue Chalk #F0CAFC

Tints of Blue Chalk #F0CAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.31%

R = 34.58%
G = 29.11%
B = 36.31%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0CAFC (or 0xF0CAFC) is known color: Blue Chalk. HEX triplet: F0, CA and FC. RGB value is (240,202,252). Sum of RGB (Red+Green+Blue) = 240+202+252=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 202 (79.30% from 255 or 29.11% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0CAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CAFC is #0F3503. Grayscale: #DADADA. Windows color (decimal): -996612 or 16567024. OLE color: 16567024.

HSL color Cylindrical-coordinate representation of color #F0CAFC: hue angle of 285.6º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0CAFC is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 202 252 -
CMYK 0.05 0.20 0 0.01
HSL 285.6º 0.89% 0.89% -
HSV(B) 285.6º 0.2% 0.99% -
XYZ 74.63 67.79 101.25 -
YUV 219.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 240 202 252 0.05 0.20 0 0.01 285.6 0.89 0.89
Hex F0 CA FC 5 14 0 1 11E 59 59
Octal 360 312 374 5 24 0 1 436 131 131
Binary 11110000 11001010 11111100 101 10100 0 1 100011110 1011001 1011001

Color Harmonies of #F0CAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CAFC

Black with #F0CAFC

Text Example


Text Example

White with #F0CAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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