Html Css Color HEX #FFC9FD Snuff

📋 copy color: '#FFC9FD'

red 255 ◦ green 201 ◦ blue 253

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

Shades of Snuff #FFC9FD

Tints of Snuff #FFC9FD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 28.35%

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

R = 35.97%
G = 28.35%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FFC9FD (or 0xFFC9FD) is known color: Snuff. HEX triplet: FF, C9 and FD. RGB value is (255,201,253). Sum of RGB (Red+Green+Blue) = 255+201+253=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 201 (78.91% from 255 or 28.35% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC9FD is #003602. Grayscale: #DEDEDE. Windows color (decimal): -13827 or 16632319. OLE color: 16632319.

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

Color convert

RGB 255 201 253 -
CMYK 0 0.21 0.01 0
HSL 302.22º 1% 0.89% -
HSV(B) 302.22º 0.21% 1% -
XYZ 79.86 70.13 102.26 -
YUV 223.07 144.89 150.77 -
System Red Green Blue C M Y K H S L
Decimal 255 201 253 0 0.21 0.01 0 302.22 1 0.89
Hex FF C9 FD 0 15 1 0 12E 64 59
Octal 377 311 375 0 25 1 0 456 144 131
Binary 11111111 11001001 11111101 0 10101 1 0 100101110 1100100 1011001

Color Harmonies of #FFC9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9FD

Black with #FFC9FD

Text Example


Text Example

White with #FFC9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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