Html Css Color HEX #F0C8FA Blue Chalk

📋 copy color: '#F0C8FA'

red 240 ◦ green 200 ◦ blue 250

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

Shades of Blue Chalk #F0C8FA

Tints of Blue Chalk #F0C8FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.23%

R = 34.78%
G = 28.99%
B = 36.23%

CMYK

 C value IS 0.04

 M value IS 0.2

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0C8FA (or 0xF0C8FA) is known color: Blue Chalk. HEX triplet: F0, C8 and FA. RGB value is (240,200,250). Sum of RGB (Red+Green+Blue) = 240+200+250=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 200 (78.52% from 255 or 28.99% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0C8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C8FA is #0F3705. Grayscale: #D9D9D9. Windows color (decimal): -997126 or 16435440. OLE color: 16435440.

HSL color Cylindrical-coordinate representation of color #F0C8FA: hue angle of 288º degrees, saturation: 0.83, 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 #F0C8FA is Cyan = 0.04, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 200 250 -
CMYK 0.04 0.2 0 0.02
HSL 288º 0.83% 0.88% -
HSV(B) 288º 0.2% 0.98% -
XYZ 73.84 66.74 99.43 -
YUV 217.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 240 200 250 0.04 0.2 0 0.02 288 0.83 0.88
Hex F0 C8 FA 4 14 0 2 120 53 58
Octal 360 310 372 4 24 0 2 440 123 130
Binary 11110000 11001000 11111010 100 10100 0 10 100100000 1010011 1011000

Color Harmonies of #F0C8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C8FA

Black with #F0C8FA

Text Example


Text Example

White with #F0C8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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