Html Css Color HEX #FFD5FD Snuff

📋 copy color: '#FFD5FD'

red 255 ◦ green 213 ◦ blue 253

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

Shades of Snuff #FFD5FD

Tints of Snuff #FFD5FD

RGB

 RED value IS 255 (100% from 255) = 35.37%

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

 BLUE value IS 253 (99.22% from 255) = 35.09%

R = 35.37%
G = 29.54%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FFD5FD (or 0xFFD5FD) is known color: Snuff. HEX triplet: FF, D5 and FD. RGB value is (255,213,253). Sum of RGB (Red+Green+Blue) = 255+213+253=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 213 (83.59% from 255 or 29.54% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD5FD is #002A02. Grayscale: #E6E6E6. Windows color (decimal): -10755 or 16635391. OLE color: 16635391.

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

Color convert

RGB 255 213 253 -
CMYK 0 0.16 0.01 0
HSL 302.86º 1% 0.92% -
HSV(B) 302.86º 0.16% 1% -
XYZ 82.76 75.94 103.22 -
YUV 230.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 255 213 253 0 0.16 0.01 0 302.86 1 0.92
Hex FF D5 FD 0 10 1 0 12F 64 5C
Octal 377 325 375 0 20 1 0 457 144 134
Binary 11111111 11010101 11111101 0 10000 1 0 100101111 1100100 1011100

Color Harmonies of #FFD5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5FD

Black with #FFD5FD

Text Example


Text Example

White with #FFD5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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