Html Css Color HEX #F2CFEE Snuff

📋 copy color: '#F2CFEE'

red 242 ◦ green 207 ◦ blue 238

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

Shades of Snuff #F2CFEE

Tints of Snuff #F2CFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.64%

R = 35.23%
G = 30.13%
B = 34.64%

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

#F2CFEE (or 0xF2CFEE) is known color: Snuff. HEX triplet: F2, CF and EE. RGB value is (242,207,238). Sum of RGB (Red+Green+Blue) = 242+207+238=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFEE is #0D3011. Grayscale: #DCDCDC. Windows color (decimal): -864274 or 15650802. OLE color: 15650802.

HSL color Cylindrical-coordinate representation of color #F2CFEE: hue angle of 306.86º 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 #F2CFEE is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 207 238 -
CMYK 0 0.14 0.02 0.05
HSL 306.86º 0.57% 0.88% -
HSV(B) 306.86º 0.14% 0.95% -
XYZ 74.36 69.68 90.42 -
YUV 221 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 242 207 238 0 0.14 0.02 0.05 306.86 0.57 0.88
Hex F2 CF EE 0 E 2 5 133 39 58
Octal 362 317 356 0 16 2 5 463 71 130
Binary 11110010 11001111 11101110 0 1110 10 101 100110011 111001 1011000

Color Harmonies of #F2CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFEE

Black with #F2CFEE

Text Example


Text Example

White with #F2CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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