Html Css Color HEX #FDD5F4 Snuff

📋 copy color: '#FDD5F4'

red 253 ◦ green 213 ◦ blue 244

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

Shades of Snuff #FDD5F4

Tints of Snuff #FDD5F4

RGB

 RED value IS 253 (99.22% from 255) = 35.63%

 GREEN value IS 213 (83.59% from 255) = 30%

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

R = 35.63%
G = 30%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDD5F4 (or 0xFDD5F4) is known color: Snuff. HEX triplet: FD, D5 and F4. RGB value is (253,213,244). Sum of RGB (Red+Green+Blue) = 253+213+244=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 213 (83.59% from 255 or 30% from 710); Blue value is 244 (95.70% from 255 or 34.37% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD5F4 is #022A0B. Grayscale: #E4E4E4. Windows color (decimal): -141836 or 16045565. OLE color: 16045565.

HSL color Cylindrical-coordinate representation of color #FDD5F4: hue angle of 313.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDD5F4 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 213 244 -
CMYK 0 0.16 0.04 0.01
HSL 313.5º 0.91% 0.91% -
HSV(B) 313.5º 0.16% 0.99% -
XYZ 80.63 75 95.82 -
YUV 228.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 253 213 244 0 0.16 0.04 0.01 313.5 0.91 0.91
Hex FD D5 F4 0 10 4 1 13A 5B 5B
Octal 375 325 364 0 20 4 1 472 133 133
Binary 11111101 11010101 11110100 0 10000 100 1 100111010 1011011 1011011

Color Harmonies of #FDD5F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD5F4

Black with #FDD5F4

Text Example


Text Example

White with #FDD5F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD5F4; }

 p { color: rgb(253,213,244); }

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

background-color css

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

 a { background-color: rgb(253,213,244); }

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

border-color css

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

 span { border-color: rgb(253,213,244); }

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