Html Css Color HEX #F2CEEB Snuff

📋 copy color: '#F2CEEB'

red 242 ◦ green 206 ◦ blue 235

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

Shades of Snuff #F2CEEB

Tints of Snuff #F2CEEB

RGB

 RED value IS 242 (94.92% from 255) = 35.43%

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

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

R = 35.43%
G = 30.16%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2CEEB (or 0xF2CEEB) is known color: Snuff. HEX triplet: F2, CE and EB. RGB value is (242,206,235). Sum of RGB (Red+Green+Blue) = 242+206+235=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEEB is #0D3114. Grayscale: #DBDBDB. Windows color (decimal): -864533 or 15453938. OLE color: 15453938.

HSL color Cylindrical-coordinate representation of color #F2CEEB: hue angle of 311.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CEEB is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 206 235 -
CMYK 0 0.15 0.03 0.05
HSL 311.67º 0.58% 0.88% -
HSV(B) 311.67º 0.15% 0.95% -
XYZ 73.68 69.02 88.04 -
YUV 220.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 242 206 235 0 0.15 0.03 0.05 311.67 0.58 0.88
Hex F2 CE EB 0 F 3 5 138 3A 58
Octal 362 316 353 0 17 3 5 470 72 130
Binary 11110010 11001110 11101011 0 1111 11 101 100111000 111010 1011000

Color Harmonies of #F2CEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CEEB

Black with #F2CEEB

Text Example


Text Example

White with #F2CEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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