Html Css Color HEX #F5CDF4 Snuff

📋 copy color: '#F5CDF4'

red 245 ◦ green 205 ◦ blue 244

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

Shades of Snuff #F5CDF4

Tints of Snuff #F5CDF4

RGB

 RED value IS 245 (96.09% from 255) = 35.3%

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

 BLUE value IS 244 (95.7% from 255) = 35.16%

R = 35.3%
G = 29.54%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#F5CDF4 (or 0xF5CDF4) is known color: Snuff. HEX triplet: F5, CD and F4. RGB value is (245,205,244). Sum of RGB (Red+Green+Blue) = 245+205+244=694 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.30% from 694); Green value is 205 (80.47% from 255 or 29.54% from 694); Blue value is 244 (95.70% from 255 or 35.16% from 694); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CDF4 is #0A320B. Grayscale: #DDDDDD. Windows color (decimal): -668172 or 16043509. OLE color: 16043509.

HSL color Cylindrical-coordinate representation of color #F5CDF4: hue angle of 301.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CDF4 is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 205 244 -
CMYK 0 0.16 0.00 0.04
HSL 301.5º 0.67% 0.88% -
HSV(B) 301.5º 0.16% 0.96% -
XYZ 75.82 69.61 95.03 -
YUV 221.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 245 205 244 0 0.16 0.00 0.04 301.5 0.67 0.88
Hex F5 CD F4 0 10 0 4 12E 43 58
Octal 365 315 364 0 20 0 4 456 103 130
Binary 11110101 11001101 11110100 0 10000 0 100 100101110 1000011 1011000

Color Harmonies of #F5CDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CDF4

Black with #F5CDF4

Text Example


Text Example

White with #F5CDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CDF4; }

 p { color: rgb(245,205,244); }

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

background-color css

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

 a { background-color: rgb(245,205,244); }

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

border-color css

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

 span { border-color: rgb(245,205,244); }

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