Html Css Color HEX #FFC9FB Snuff

📋 copy color: '#FFC9FB'

red 255 ◦ green 201 ◦ blue 251

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

Shades of Snuff #FFC9FB

Tints of Snuff #FFC9FB

RGB

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

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

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

R = 36.07%
G = 28.43%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFC9FB (or 0xFFC9FB) is known color: Snuff. HEX triplet: FF, C9 and FB. RGB value is (255,201,251). Sum of RGB (Red+Green+Blue) = 255+201+251=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 201 (78.91% from 255 or 28.43% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC9FB is #003604. Grayscale: #DEDEDE. Windows color (decimal): -13829 or 16501247. OLE color: 16501247.

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

Color convert

RGB 255 201 251 -
CMYK 0 0.21 0.02 0
HSL 304.44º 1% 0.89% -
HSV(B) 304.44º 0.21% 1% -
XYZ 79.54 70 100.59 -
YUV 222.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 255 201 251 0 0.21 0.02 0 304.44 1 0.89
Hex FF C9 FB 0 15 2 0 130 64 59
Octal 377 311 373 0 25 2 0 460 144 131
Binary 11111111 11001001 11111011 0 10101 10 0 100110000 1100100 1011001

Color Harmonies of #FFC9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9FB

Black with #FFC9FB

Text Example


Text Example

White with #FFC9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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