Html Css Color HEX #F1D4ED Snuff

📋 copy color: '#F1D4ED'

red 241 ◦ green 212 ◦ blue 237

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

Shades of Snuff #F1D4ED

Tints of Snuff #F1D4ED

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.72%

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

R = 34.93%
G = 30.72%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F1D4ED (or 0xF1D4ED) is known color: Snuff. HEX triplet: F1, D4 and ED. RGB value is (241,212,237). Sum of RGB (Red+Green+Blue) = 241+212+237=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 212 (83.20% from 255 or 30.72% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D4ED is #0E2B12. Grayscale: #DFDFDF. Windows color (decimal): -928531 or 15586545. OLE color: 15586545.

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

Color convert

RGB 241 212 237 -
CMYK 0 0.12 0.02 0.05
HSL 308.28º 0.51% 0.89% -
HSV(B) 308.28º 0.12% 0.95% -
XYZ 75.11 71.9 90.04 -
YUV 223.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 241 212 237 0 0.12 0.02 0.05 308.28 0.51 0.89
Hex F1 D4 ED 0 C 2 5 134 33 59
Octal 361 324 355 0 14 2 5 464 63 131
Binary 11110001 11010100 11101101 0 1100 10 101 100110100 110011 1011001

Color Harmonies of #F1D4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D4ED

Black with #F1D4ED

Text Example


Text Example

White with #F1D4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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