Html Css Color HEX #FFC5FD Snuff

📋 copy color: '#FFC5FD'

red 255 ◦ green 197 ◦ blue 253

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

Shades of Snuff #FFC5FD

Tints of Snuff #FFC5FD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 27.94%

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

R = 36.17%
G = 27.94%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FFC5FD (or 0xFFC5FD) is known color: Snuff. HEX triplet: FF, C5 and FD. RGB value is (255,197,253). Sum of RGB (Red+Green+Blue) = 255+197+253=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 197 (77.34% from 255 or 27.94% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5FD is #003A02. Grayscale: #DCDCDC. Windows color (decimal): -14851 or 16631295. OLE color: 16631295.

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

Color convert

RGB 255 197 253 -
CMYK 0 0.23 0.01 0
HSL 302.07º 1% 0.89% -
HSV(B) 302.07º 0.23% 1% -
XYZ 78.94 68.28 101.95 -
YUV 220.73 146.22 152.45 -
System Red Green Blue C M Y K H S L
Decimal 255 197 253 0 0.23 0.01 0 302.07 1 0.89
Hex FF C5 FD 0 17 1 0 12E 64 59
Octal 377 305 375 0 27 1 0 456 144 131
Binary 11111111 11000101 11111101 0 10111 1 0 100101110 1100100 1011001

Color Harmonies of #FFC5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC5FD

Black with #FFC5FD

Text Example


Text Example

White with #FFC5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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