Html Css Color HEX #F2CFED Snuff

📋 copy color: '#F2CFED'

red 242 ◦ green 207 ◦ blue 237

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

Shades of Snuff #F2CFED

Tints of Snuff #F2CFED

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.17%

 BLUE value IS 237 (92.97% from 255) = 34.55%

R = 35.28%
G = 30.17%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2CFED (or 0xF2CFED) is known color: Snuff. HEX triplet: F2, CF and ED. RGB value is (242,207,237). Sum of RGB (Red+Green+Blue) = 242+207+237=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFED is #0D3012. Grayscale: #DCDCDC. Windows color (decimal): -864275 or 15585266. OLE color: 15585266.

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

Color convert

RGB 242 207 237 -
CMYK 0 0.14 0.02 0.05
HSL 308.57º 0.57% 0.88% -
HSV(B) 308.57º 0.14% 0.95% -
XYZ 74.22 69.62 89.65 -
YUV 220.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 242 207 237 0 0.14 0.02 0.05 308.57 0.57 0.88
Hex F2 CF ED 0 E 2 5 135 39 58
Octal 362 317 355 0 16 2 5 465 71 130
Binary 11110010 11001111 11101101 0 1110 10 101 100110101 111001 1011000

Color Harmonies of #F2CFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFED

Black with #F2CFED

Text Example


Text Example

White with #F2CFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFED; }

 p { color: rgb(242,207,237); }

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

background-color css

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

 a { background-color: rgb(242,207,237); }

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

border-color css

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

 span { border-color: rgb(242,207,237); }

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