Html Css Color HEX #F1CFEE Snuff

📋 copy color: '#F1CFEE'

red 241 ◦ green 207 ◦ blue 238

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

Shades of Snuff #F1CFEE

Tints of Snuff #F1CFEE

RGB

 RED value IS 241 (94.53% from 255) = 35.13%

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

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

R = 35.13%
G = 30.17%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F1CFEE (or 0xF1CFEE) is known color: Snuff. HEX triplet: F1, CF and EE. RGB value is (241,207,238). Sum of RGB (Red+Green+Blue) = 241+207+238=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFEE is #0E3011. Grayscale: #DCDCDC. Windows color (decimal): -929810 or 15650801. OLE color: 15650801.

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

Color convert

RGB 241 207 238 -
CMYK 0 0.14 0.01 0.05
HSL 305.29º 0.55% 0.88% -
HSV(B) 305.29º 0.14% 0.95% -
XYZ 74.02 69.5 90.4 -
YUV 220.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 241 207 238 0 0.14 0.01 0.05 305.29 0.55 0.88
Hex F1 CF EE 0 E 1 5 131 37 58
Octal 361 317 356 0 16 1 5 461 67 130
Binary 11110001 11001111 11101110 0 1110 1 101 100110001 110111 1011000

Color Harmonies of #F1CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CFEE

Black with #F1CFEE

Text Example


Text Example

White with #F1CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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