Html Css Color HEX #F1CEED Snuff

📋 copy color: '#F1CEED'

red 241 ◦ green 206 ◦ blue 237

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

Shades of Snuff #F1CEED

Tints of Snuff #F1CEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.12%

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

R = 35.23%
G = 30.12%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F1CEED (or 0xF1CEED) is known color: Snuff. HEX triplet: F1, CE and ED. RGB value is (241,206,237). Sum of RGB (Red+Green+Blue) = 241+206+237=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CEED is #0E3112. Grayscale: #DBDBDB. Windows color (decimal): -930067 or 15585009. OLE color: 15585009.

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

Color convert

RGB 241 206 237 -
CMYK 0 0.15 0.02 0.05
HSL 306.86º 0.56% 0.88% -
HSV(B) 306.86º 0.15% 0.95% -
XYZ 73.63 68.96 89.55 -
YUV 220 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 241 206 237 0 0.15 0.02 0.05 306.86 0.56 0.88
Hex F1 CE ED 0 F 2 5 133 38 58
Octal 361 316 355 0 17 2 5 463 70 130
Binary 11110001 11001110 11101101 0 1111 10 101 100110011 111000 1011000

Color Harmonies of #F1CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CEED

Black with #F1CEED

Text Example


Text Example

White with #F1CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CEED; }

 p { color: rgb(241,206,237); }

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

background-color css

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

 a { background-color: rgb(241,206,237); }

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

border-color css

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

 span { border-color: rgb(241,206,237); }

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