Html Css Color HEX #F0CEFC Blue Chalk

📋 copy color: '#F0CEFC'

red 240 ◦ green 206 ◦ blue 252

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

Shades of Blue Chalk #F0CEFC

Tints of Blue Chalk #F0CEFC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.51%

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

R = 34.38%
G = 29.51%
B = 36.1%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0CEFC (or 0xF0CEFC) is known color: Blue Chalk. HEX triplet: F0, CE and FC. RGB value is (240,206,252). Sum of RGB (Red+Green+Blue) = 240+206+252=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 206 (80.86% from 255 or 29.51% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0CEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEFC is #0F3103. Grayscale: #DDDDDD. Windows color (decimal): -995588 or 16568048. OLE color: 16568048.

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

Color convert

RGB 240 206 252 -
CMYK 0.05 0.18 0 0.01
HSL 284.35º 0.88% 0.9% -
HSV(B) 284.35º 0.18% 0.99% -
XYZ 75.58 69.7 101.56 -
YUV 221.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 240 206 252 0.05 0.18 0 0.01 284.35 0.88 0.9
Hex F0 CE FC 5 12 0 1 11C 58 5A
Octal 360 316 374 5 22 0 1 434 130 132
Binary 11110000 11001110 11111100 101 10010 0 1 100011100 1011000 1011010

Color Harmonies of #F0CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CEFC

Black with #F0CEFC

Text Example


Text Example

White with #F0CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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