Html Css Color HEX #F0C8FC Blue Chalk

📋 copy color: '#F0C8FC'

red 240 ◦ green 200 ◦ blue 252

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

Shades of Blue Chalk #F0C8FC

Tints of Blue Chalk #F0C8FC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.9%

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

R = 34.68%
G = 28.9%
B = 36.42%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0C8FC (or 0xF0C8FC) is known color: Blue Chalk. HEX triplet: F0, C8 and FC. RGB value is (240,200,252). Sum of RGB (Red+Green+Blue) = 240+200+252=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 200 (78.52% from 255 or 28.90% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0C8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C8FC is #0F3703. Grayscale: #D9D9D9. Windows color (decimal): -997124 or 16566512. OLE color: 16566512.

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

Color convert

RGB 240 200 252 -
CMYK 0.05 0.21 0 0.01
HSL 286.15º 0.9% 0.89% -
HSV(B) 286.15º 0.21% 0.99% -
XYZ 74.16 66.86 101.09 -
YUV 217.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 240 200 252 0.05 0.21 0 0.01 286.15 0.9 0.89
Hex F0 C8 FC 5 15 0 1 11E 5A 59
Octal 360 310 374 5 25 0 1 436 132 131
Binary 11110000 11001000 11111100 101 10101 0 1 100011110 1011010 1011001

Color Harmonies of #F0C8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C8FC

Black with #F0C8FC

Text Example


Text Example

White with #F0C8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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