Html Css Color HEX #FFC9FA Snuff

📋 copy color: '#FFC9FA'

red 255 ◦ green 201 ◦ blue 250

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

Shades of Snuff #FFC9FA

Tints of Snuff #FFC9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.41%

R = 36.12%
G = 28.47%
B = 35.41%

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

#FFC9FA (or 0xFFC9FA) is known color: Snuff. HEX triplet: FF, C9 and FA. RGB value is (255,201,250). Sum of RGB (Red+Green+Blue) = 255+201+250=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 201 (78.91% from 255 or 28.47% from 706); Blue value is 250 (98.05% from 255 or 35.41% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC9FA is #003605. Grayscale: #DEDEDE. Windows color (decimal): -13830 or 16435711. OLE color: 16435711.

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

Color convert

RGB 255 201 250 -
CMYK 0 0.21 0.02 0
HSL 305.56º 1% 0.89% -
HSV(B) 305.56º 0.21% 1% -
XYZ 79.38 69.94 99.76 -
YUV 222.73 143.39 151.02 -
System Red Green Blue C M Y K H S L
Decimal 255 201 250 0 0.21 0.02 0 305.56 1 0.89
Hex FF C9 FA 0 15 2 0 132 64 59
Octal 377 311 372 0 25 2 0 462 144 131
Binary 11111111 11001001 11111010 0 10101 10 0 100110010 1100100 1011001

Color Harmonies of #FFC9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9FA

Black with #FFC9FA

Text Example


Text Example

White with #FFC9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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