Html Css Color HEX #F0CCFE Blue Chalk

📋 copy color: '#F0CCFE'

red 240 ◦ green 204 ◦ blue 254

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

Shades of Blue Chalk #F0CCFE

Tints of Blue Chalk #F0CCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.39%

R = 34.38%
G = 29.23%
B = 36.39%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0CCFE (or 0xF0CCFE) is known color: Blue Chalk. HEX triplet: F0, CC and FE. RGB value is (240,204,254). Sum of RGB (Red+Green+Blue) = 240+204+254=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 204 (80.08% from 255 or 29.23% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0CCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CCFE is #0F3301. Grayscale: #DCDCDC. Windows color (decimal): -996098 or 16698608. OLE color: 16698608.

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

Color convert

RGB 240 204 254 -
CMYK 0.06 0.20 0 0.00
HSL 283.2º 0.96% 0.9% -
HSV(B) 283.2º 0.2% 1% -
XYZ 75.42 68.87 103.08 -
YUV 220.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 240 204 254 0.06 0.20 0 0.00 283.2 0.96 0.9
Hex F0 CC FE 6 14 0 0 11B 60 5A
Octal 360 314 376 6 24 0 0 433 140 132
Binary 11110000 11001100 11111110 110 10100 0 0 100011011 1100000 1011010

Color Harmonies of #F0CCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CCFE

Black with #F0CCFE

Text Example


Text Example

White with #F0CCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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