Html Css Color HEX #FFD5FB Snuff

📋 copy color: '#FFD5FB'

red 255 ◦ green 213 ◦ blue 251

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

Shades of Snuff #FFD5FB

Tints of Snuff #FFD5FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 34.91%

R = 35.47%
G = 29.62%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFD5FB (or 0xFFD5FB) is known color: Snuff. HEX triplet: FF, D5 and FB. RGB value is (255,213,251). Sum of RGB (Red+Green+Blue) = 255+213+251=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 213 (83.59% from 255 or 29.62% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD5FB is #002A04. Grayscale: #E5E5E5. Windows color (decimal): -10757 or 16504319. OLE color: 16504319.

HSL color Cylindrical-coordinate representation of color #FFD5FB: hue angle of 305.71º 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 #FFD5FB is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 213 251 -
CMYK 0 0.16 0.02 0
HSL 305.71º 1% 0.92% -
HSV(B) 305.71º 0.16% 1% -
XYZ 82.45 75.81 101.55 -
YUV 229.89 139.91 145.91 -
System Red Green Blue C M Y K H S L
Decimal 255 213 251 0 0.16 0.02 0 305.71 1 0.92
Hex FF D5 FB 0 10 2 0 132 64 5C
Octal 377 325 373 0 20 2 0 462 144 134
Binary 11111111 11010101 11111011 0 10000 10 0 100110010 1100100 1011100

Color Harmonies of #FFD5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5FB

Black with #FFD5FB

Text Example


Text Example

White with #FFD5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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