Html Css Color HEX #F2CDEA Snuff

📋 copy color: '#F2CDEA'

red 242 ◦ green 205 ◦ blue 234

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

Shades of Snuff #F2CDEA

Tints of Snuff #F2CDEA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.1%

 BLUE value IS 234 (91.8% from 255) = 34.36%

R = 35.54%
G = 30.1%
B = 34.36%

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

#F2CDEA (or 0xF2CDEA) is known color: Snuff. HEX triplet: F2, CD and EA. RGB value is (242,205,234). Sum of RGB (Red+Green+Blue) = 242+205+234=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CDEA is #0D3215. Grayscale: #DBDBDB. Windows color (decimal): -864790 or 15388146. OLE color: 15388146.

HSL color Cylindrical-coordinate representation of color #F2CDEA: hue angle of 312.97º degrees, saturation: 0.59, 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 #F2CDEA is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 205 234 -
CMYK 0 0.15 0.03 0.05
HSL 312.97º 0.59% 0.88% -
HSV(B) 312.97º 0.15% 0.95% -
XYZ 73.3 68.48 87.2 -
YUV 219.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 242 205 234 0 0.15 0.03 0.05 312.97 0.59 0.88
Hex F2 CD EA 0 F 3 5 139 3B 58
Octal 362 315 352 0 17 3 5 471 73 130
Binary 11110010 11001101 11101010 0 1111 11 101 100111001 111011 1011000

Color Harmonies of #F2CDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CDEA

Black with #F2CDEA

Text Example


Text Example

White with #F2CDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CDEA; }

 p { color: rgb(242,205,234); }

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

background-color css

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

 a { background-color: rgb(242,205,234); }

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

border-color css

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

 span { border-color: rgb(242,205,234); }

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