Html Css Color HEX #F2CBEC Snuff

📋 copy color: '#F2CBEC'

red 242 ◦ green 203 ◦ blue 236

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

Shades of Snuff #F2CBEC

Tints of Snuff #F2CBEC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.81%

 BLUE value IS 236 (92.58% from 255) = 34.65%

R = 35.54%
G = 29.81%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2CBEC (or 0xF2CBEC) is known color: Snuff. HEX triplet: F2, CB and EC. RGB value is (242,203,236). Sum of RGB (Red+Green+Blue) = 242+203+236=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CBEC is #0D3413. Grayscale: #DADADA. Windows color (decimal): -865300 or 15518706. OLE color: 15518706.

HSL color Cylindrical-coordinate representation of color #F2CBEC: hue angle of 309.23º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CBEC is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 203 236 -
CMYK 0 0.16 0.02 0.05
HSL 309.23º 0.6% 0.87% -
HSV(B) 309.23º 0.16% 0.95% -
XYZ 73.11 67.65 88.56 -
YUV 218.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 242 203 236 0 0.16 0.02 0.05 309.23 0.6 0.87
Hex F2 CB EC 0 10 2 5 135 3C 57
Octal 362 313 354 0 20 2 5 465 74 127
Binary 11110010 11001011 11101100 0 10000 10 101 100110101 111100 1010111

Color Harmonies of #F2CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CBEC

Black with #F2CBEC

Text Example


Text Example

White with #F2CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CBEC; }

 p { color: rgb(242,203,236); }

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

background-color css

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

 a { background-color: rgb(242,203,236); }

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

border-color css

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

 span { border-color: rgb(242,203,236); }

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