Html Css Color HEX #F0CEEB Snuff

📋 copy color: '#F0CEEB'

red 240 ◦ green 206 ◦ blue 235

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

Shades of Snuff #F0CEEB

Tints of Snuff #F0CEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.25%

 BLUE value IS 235 (92.19% from 255) = 34.51%

R = 35.24%
G = 30.25%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0CEEB (or 0xF0CEEB) is known color: Snuff. HEX triplet: F0, CE and EB. RGB value is (240,206,235). Sum of RGB (Red+Green+Blue) = 240+206+235=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEEB is #0F3114. Grayscale: #DBDBDB. Windows color (decimal): -995605 or 15453936. OLE color: 15453936.

HSL color Cylindrical-coordinate representation of color #F0CEEB: hue angle of 308.82º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CEEB is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 206 235 -
CMYK 0 0.14 0.02 0.06
HSL 308.82º 0.53% 0.87% -
HSV(B) 308.82º 0.14% 0.94% -
XYZ 73 68.67 88 -
YUV 219.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 240 206 235 0 0.14 0.02 0.06 308.82 0.53 0.87
Hex F0 CE EB 0 E 2 6 135 35 57
Octal 360 316 353 0 16 2 6 465 65 127
Binary 11110000 11001110 11101011 0 1110 10 110 100110101 110101 1010111

Color Harmonies of #F0CEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CEEB

Black with #F0CEEB

Text Example


Text Example

White with #F0CEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CEEB; }

 p { color: rgb(240,206,235); }

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

background-color css

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

 a { background-color: rgb(240,206,235); }

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

border-color css

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

 span { border-color: rgb(240,206,235); }

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