Html Css Color HEX #F0CEFE Blue Chalk

📋 copy color: '#F0CEFE'

red 240 ◦ green 206 ◦ blue 254

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

Shades of Blue Chalk #F0CEFE

Tints of Blue Chalk #F0CEFE

RGB

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

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

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

R = 34.29%
G = 29.43%
B = 36.29%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0CEFE (or 0xF0CEFE) is known color: Blue Chalk. HEX triplet: F0, CE and FE. RGB value is (240,206,254). Sum of RGB (Red+Green+Blue) = 240+206+254=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 206 (80.86% from 255 or 29.43% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0CEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEFE is #0F3101. Grayscale: #DDDDDD. Windows color (decimal): -995586 or 16699120. OLE color: 16699120.

HSL color Cylindrical-coordinate representation of color #F0CEFE: hue angle of 282.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0CEFE is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 206 254 -
CMYK 0.06 0.19 0 0.00
HSL 282.5º 0.96% 0.9% -
HSV(B) 282.5º 0.19% 1% -
XYZ 75.9 69.82 103.24 -
YUV 221.64 146.26 141.1 -
System Red Green Blue C M Y K H S L
Decimal 240 206 254 0.06 0.19 0 0.00 282.5 0.96 0.9
Hex F0 CE FE 6 13 0 0 11A 60 5A
Octal 360 316 376 6 23 0 0 432 140 132
Binary 11110000 11001110 11111110 110 10011 0 0 100011010 1100000 1011010

Color Harmonies of #F0CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CEFE

Black with #F0CEFE

Text Example


Text Example

White with #F0CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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