Html Css Color HEX #F0C7FF Blue Chalk

📋 copy color: '#F0C7FF'

red 240 ◦ green 199 ◦ blue 255

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

Shades of Blue Chalk #F0C7FF

Tints of Blue Chalk #F0C7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.74%

R = 34.58%
G = 28.67%
B = 36.74%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0C7FF (or 0xF0C7FF) is known color: Blue Chalk. HEX triplet: F0, C7 and FF. RGB value is (240,199,255). Sum of RGB (Red+Green+Blue) = 240+199+255=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 199 (78.12% from 255 or 28.67% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0C7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C7FF is #0F3800. Grayscale: #D9D9D9. Windows color (decimal): -997377 or 16762864. OLE color: 16762864.

HSL color Cylindrical-coordinate representation of color #F0C7FF: hue angle of 283.93º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0C7FF is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 199 255 -
CMYK 0.06 0.22 0 0
HSL 283.93º 1% 0.89% -
HSV(B) 283.93º 0.22% 1% -
XYZ 74.41 66.59 103.54 -
YUV 217.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 240 199 255 0.06 0.22 0 0 283.93 1 0.89
Hex F0 C7 FF 6 16 0 0 11C 64 59
Octal 360 307 377 6 26 0 0 434 144 131
Binary 11110000 11000111 11111111 110 10110 0 0 100011100 1100100 1011001

Color Harmonies of #F0C7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C7FF

Black with #F0C7FF

Text Example


Text Example

White with #F0C7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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