Html Css Color HEX #FFD7FC Snuff

📋 copy color: '#FFD7FC'

red 255 ◦ green 215 ◦ blue 252

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

Shades of Snuff #FFD7FC

Tints of Snuff #FFD7FC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 29.78%

 BLUE value IS 252 (98.83% from 255) = 34.9%

R = 35.32%
G = 29.78%
B = 34.9%

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

#FFD7FC (or 0xFFD7FC) is known color: Snuff. HEX triplet: FF, D7 and FC. RGB value is (255,215,252). Sum of RGB (Red+Green+Blue) = 255+215+252=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 215 (84.38% from 255 or 29.78% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD7FC is #002803. Grayscale: #E7E7E7. Windows color (decimal): -10244 or 16570367. OLE color: 16570367.

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

Color convert

RGB 255 215 252 -
CMYK 0 0.16 0.01 0
HSL 304.5º 1% 0.92% -
HSV(B) 304.5º 0.16% 1% -
XYZ 83.11 76.89 102.56 -
YUV 231.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 255 215 252 0 0.16 0.01 0 304.5 1 0.92
Hex FF D7 FC 0 10 1 0 130 64 5C
Octal 377 327 374 0 20 1 0 460 144 134
Binary 11111111 11010111 11111100 0 10000 1 0 100110000 1100100 1011100

Color Harmonies of #FFD7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD7FC

Black with #FFD7FC

Text Example


Text Example

White with #FFD7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD7FC; }

 p { color: rgb(255,215,252); }

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

background-color css

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

 a { background-color: rgb(255,215,252); }

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

border-color css

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

 span { border-color: rgb(255,215,252); }

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