Html Css Color HEX #F1CDEF Snuff

📋 copy color: '#F1CDEF'

red 241 ◦ green 205 ◦ blue 239

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

Shades of Snuff #F1CDEF

Tints of Snuff #F1CDEF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.93%

 BLUE value IS 239 (93.75% from 255) = 34.89%

R = 35.18%
G = 29.93%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F1CDEF (or 0xF1CDEF) is known color: Snuff. HEX triplet: F1, CD and EF. RGB value is (241,205,239). Sum of RGB (Red+Green+Blue) = 241+205+239=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CDEF is #0E3210. Grayscale: #DBDBDB. Windows color (decimal): -930321 or 15715825. OLE color: 15715825.

HSL color Cylindrical-coordinate representation of color #F1CDEF: hue angle of 303.33º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CDEF is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 205 239 -
CMYK 0 0.15 0.01 0.05
HSL 303.33º 0.56% 0.87% -
HSV(B) 303.33º 0.15% 0.95% -
XYZ 73.69 68.6 91.02 -
YUV 219.64 138.93 143.24 -
System Red Green Blue C M Y K H S L
Decimal 241 205 239 0 0.15 0.01 0.05 303.33 0.56 0.87
Hex F1 CD EF 0 F 1 5 12F 38 57
Octal 361 315 357 0 17 1 5 457 70 127
Binary 11110001 11001101 11101111 0 1111 1 101 100101111 111000 1010111

Color Harmonies of #F1CDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CDEF

Black with #F1CDEF

Text Example


Text Example

White with #F1CDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CDEF; }

 p { color: rgb(241,205,239); }

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

background-color css

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

 a { background-color: rgb(241,205,239); }

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

border-color css

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

 span { border-color: rgb(241,205,239); }

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