Html Css Color HEX #F0C7FC Blue Chalk

📋 copy color: '#F0C7FC'

red 240 ◦ green 199 ◦ blue 252

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

Shades of Blue Chalk #F0C7FC

Tints of Blue Chalk #F0C7FC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 28.8%

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

R = 34.73%
G = 28.8%
B = 36.47%

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

#F0C7FC (or 0xF0C7FC) is known color: Blue Chalk. HEX triplet: F0, C7 and FC. RGB value is (240,199,252). Sum of RGB (Red+Green+Blue) = 240+199+252=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 199 (78.12% from 255 or 28.80% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0C7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C7FC is #0F3803. Grayscale: #D9D9D9. Windows color (decimal): -997380 or 16566256. OLE color: 16566256.

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

Color convert

RGB 240 199 252 -
CMYK 0.05 0.21 0 0.01
HSL 286.42º 0.9% 0.88% -
HSV(B) 286.42º 0.21% 0.99% -
XYZ 73.93 66.4 101.02 -
YUV 217.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 240 199 252 0.05 0.21 0 0.01 286.42 0.9 0.88
Hex F0 C7 FC 5 15 0 1 11E 5A 58
Octal 360 307 374 5 25 0 1 436 132 130
Binary 11110000 11000111 11111100 101 10101 0 1 100011110 1011010 1011000

Color Harmonies of #F0C7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C7FC

Black with #F0C7FC

Text Example


Text Example

White with #F0C7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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