Html Css Color HEX #F1DFED Snuff

📋 copy color: '#F1DFED'

red 241 ◦ green 223 ◦ blue 237

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

Shades of Snuff #F1DFED

Tints of Snuff #F1DFED

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.81%

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

R = 34.38%
G = 31.81%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F1DFED (or 0xF1DFED) is known color: Snuff. HEX triplet: F1, DF and ED. RGB value is (241,223,237). Sum of RGB (Red+Green+Blue) = 241+223+237=701 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.38% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DFED is #0E2012. Grayscale: #E5E5E5. Windows color (decimal): -925715 or 15589361. OLE color: 15589361.

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

Color convert

RGB 241 223 237 -
CMYK 0 0.07 0.02 0.05
HSL 313.33º 0.39% 0.91% -
HSV(B) 313.33º 0.07% 0.95% -
XYZ 77.95 77.59 90.99 -
YUV 229.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 241 223 237 0 0.07 0.02 0.05 313.33 0.39 0.91
Hex F1 DF ED 0 7 2 5 139 27 5B
Octal 361 337 355 0 7 2 5 471 47 133
Binary 11110001 11011111 11101101 0 111 10 101 100111001 100111 1011011

Color Harmonies of #F1DFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DFED

Black with #F1DFED

Text Example


Text Example

White with #F1DFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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