Html Css Color HEX #F2CBF6 Snuff

📋 copy color: '#F2CBF6'

red 242 ◦ green 203 ◦ blue 246

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

Shades of Snuff #F2CBF6

Tints of Snuff #F2CBF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.6%

R = 35.02%
G = 29.38%
B = 35.6%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F2CBF6 (or 0xF2CBF6) is known color: Snuff. HEX triplet: F2, CB and F6. RGB value is (242,203,246). Sum of RGB (Red+Green+Blue) = 242+203+246=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 246 - color contains mainly: blue. Hex color #F2CBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CBF6 is #0D3409. Grayscale: #DBDBDB. Windows color (decimal): -865290 or 16174066. OLE color: 16174066.

HSL color Cylindrical-coordinate representation of color #F2CBF6: hue angle of 294.42º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2CBF6 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 203 246 -
CMYK 0.02 0.17 0 0.04
HSL 294.42º 0.7% 0.88% -
HSV(B) 294.42º 0.17% 0.96% -
XYZ 74.61 68.24 96.43 -
YUV 219.56 142.92 144 -
System Red Green Blue C M Y K H S L
Decimal 242 203 246 0.02 0.17 0 0.04 294.42 0.7 0.88
Hex F2 CB F6 2 11 0 4 126 46 58
Octal 362 313 366 2 21 0 4 446 106 130
Binary 11110010 11001011 11110110 10 10001 0 100 100100110 1000110 1011000

Color Harmonies of #F2CBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CBF6

Black with #F2CBF6

Text Example


Text Example

White with #F2CBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CBF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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