Html Css Color HEX #F0C8FB Blue Chalk

📋 copy color: '#F0C8FB'

red 240 ◦ green 200 ◦ blue 251

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

Shades of Blue Chalk #F0C8FB

Tints of Blue Chalk #F0C8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.32%

R = 34.73%
G = 28.94%
B = 36.32%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0C8FB (or 0xF0C8FB) is known color: Blue Chalk. HEX triplet: F0, C8 and FB. RGB value is (240,200,251). Sum of RGB (Red+Green+Blue) = 240+200+251=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 200 (78.52% from 255 or 28.94% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0C8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C8FB is #0F3704. Grayscale: #D9D9D9. Windows color (decimal): -997125 or 16500976. OLE color: 16500976.

HSL color Cylindrical-coordinate representation of color #F0C8FB: hue angle of 287.06º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C8FB is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 200 251 -
CMYK 0.04 0.20 0 0.02
HSL 287.06º 0.86% 0.88% -
HSV(B) 287.06º 0.2% 0.98% -
XYZ 74 66.8 100.26 -
YUV 217.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 240 200 251 0.04 0.20 0 0.02 287.06 0.86 0.88
Hex F0 C8 FB 4 14 0 2 11F 56 58
Octal 360 310 373 4 24 0 2 437 126 130
Binary 11110000 11001000 11111011 100 10100 0 10 100011111 1010110 1011000

Color Harmonies of #F0C8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C8FB

Black with #F0C8FB

Text Example


Text Example

White with #F0C8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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