Html Css Color HEX #F0CCFF Blue Chalk

📋 copy color: '#F0CCFF'

red 240 ◦ green 204 ◦ blue 255

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

Shades of Blue Chalk #F0CCFF

Tints of Blue Chalk #F0CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.18%

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

R = 34.33%
G = 29.18%
B = 36.48%

CMYK

 C value IS 0.06

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0CCFF (or 0xF0CCFF) is known color: Blue Chalk. HEX triplet: F0, CC and FF. RGB value is (240,204,255). Sum of RGB (Red+Green+Blue) = 240+204+255=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 204 (80.08% from 255 or 29.18% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0CCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CCFF is #0F3300. Grayscale: #DCDCDC. Windows color (decimal): -996097 or 16764144. OLE color: 16764144.

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

Color convert

RGB 240 204 255 -
CMYK 0.06 0.2 0 0
HSL 282.35º 1% 0.9% -
HSV(B) 282.35º 0.2% 1% -
XYZ 75.58 68.93 103.93 -
YUV 220.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 240 204 255 0.06 0.2 0 0 282.35 1 0.9
Hex F0 CC FF 6 14 0 0 11A 64 5A
Octal 360 314 377 6 24 0 0 432 144 132
Binary 11110000 11001100 11111111 110 10100 0 0 100011010 1100100 1011010

Color Harmonies of #F0CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CCFF

Black with #F0CCFF

Text Example


Text Example

White with #F0CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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