Html Css Color HEX #F2CFEB Snuff

📋 copy color: '#F2CFEB'

red 242 ◦ green 207 ◦ blue 235

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

Shades of Snuff #F2CFEB

Tints of Snuff #F2CFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.36%

R = 35.38%
G = 30.26%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2CFEB (or 0xF2CFEB) is known color: Snuff. HEX triplet: F2, CF and EB. RGB value is (242,207,235). Sum of RGB (Red+Green+Blue) = 242+207+235=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 207 (81.25% from 255 or 30.26% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFEB is #0D3014. Grayscale: #DCDCDC. Windows color (decimal): -864277 or 15454194. OLE color: 15454194.

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

Color convert

RGB 242 207 235 -
CMYK 0 0.14 0.03 0.05
HSL 312º 0.57% 0.88% -
HSV(B) 312º 0.14% 0.95% -
XYZ 73.93 69.5 88.12 -
YUV 220.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 242 207 235 0 0.14 0.03 0.05 312 0.57 0.88
Hex F2 CF EB 0 E 3 5 138 39 58
Octal 362 317 353 0 16 3 5 470 71 130
Binary 11110010 11001111 11101011 0 1110 11 101 100111000 111001 1011000

Color Harmonies of #F2CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFEB

Black with #F2CFEB

Text Example


Text Example

White with #F2CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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