Html Css Color HEX #F0CEFD Blue Chalk

📋 copy color: '#F0CEFD'

red 240 ◦ green 206 ◦ blue 253

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

Shades of Blue Chalk #F0CEFD

Tints of Blue Chalk #F0CEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.19%

R = 34.33%
G = 29.47%
B = 36.19%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0CEFD (or 0xF0CEFD) is known color: Blue Chalk. HEX triplet: F0, CE and FD. RGB value is (240,206,253). Sum of RGB (Red+Green+Blue) = 240+206+253=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 206 (80.86% from 255 or 29.47% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0CEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEFD is #0F3102. Grayscale: #DDDDDD. Windows color (decimal): -995587 or 16633584. OLE color: 16633584.

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

Color convert

RGB 240 206 253 -
CMYK 0.05 0.19 0 0.01
HSL 283.4º 0.92% 0.9% -
HSV(B) 283.4º 0.19% 0.99% -
XYZ 75.74 69.76 102.4 -
YUV 221.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 240 206 253 0.05 0.19 0 0.01 283.4 0.92 0.9
Hex F0 CE FD 5 13 0 1 11B 5C 5A
Octal 360 316 375 5 23 0 1 433 134 132
Binary 11110000 11001110 11111101 101 10011 0 1 100011011 1011100 1011010

Color Harmonies of #F0CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CEFD

Black with #F0CEFD

Text Example


Text Example

White with #F0CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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