Html Css Color HEX #FBC9FF Snuff

📋 copy color: '#FBC9FF'

red 251 ◦ green 201 ◦ blue 255

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

Shades of Snuff #FBC9FF

Tints of Snuff #FBC9FF

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 251 201 255 -
CMYK 0.02 0.21 0 0
HSL 295.56º 1% 0.89% -
HSV(B) 295.56º 0.21% 1% -
XYZ 78.72 69.5 103.87 -
YUV 222.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 251 201 255 0.02 0.21 0 0 295.56 1 0.89
Hex FB C9 FF 2 15 0 0 128 64 59
Octal 373 311 377 2 25 0 0 450 144 131
Binary 11111011 11001001 11111111 10 10101 0 0 100101000 1100100 1011001

Color Harmonies of #FBC9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC9FF

Black with #FBC9FF

Text Example


Text Example

White with #FBC9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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