Html Css Color HEX #FBC9DC Classic Rose

📋 copy color: '#FBC9DC'

red 251 ◦ green 201 ◦ blue 220

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

Shades of Classic Rose #FBC9DC

Tints of Classic Rose #FBC9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.74%

R = 37.35%
G = 29.91%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBC9DC (or 0xFBC9DC) is known color: Classic Rose. HEX triplet: FB, C9 and DC. RGB value is (251,201,220). Sum of RGB (Red+Green+Blue) = 251+201+220=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 201 (78.91% from 255 or 29.91% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9DC is #043623. Grayscale: #DADADA. Windows color (decimal): -276004 or 14469627. OLE color: 14469627.

HSL color Cylindrical-coordinate representation of color #FBC9DC: hue angle of 337.2º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC9DC is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 201 220 -
CMYK 0 0.20 0.12 0.02
HSL 337.2º 0.86% 0.89% -
HSV(B) 337.2º 0.2% 0.98% -
XYZ 73.59 67.45 76.85 -
YUV 218.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 251 201 220 0 0.20 0.12 0.02 337.2 0.86 0.89
Hex FB C9 DC 0 14 C 2 151 56 59
Octal 373 311 334 0 24 14 2 521 126 131
Binary 11111011 11001001 11011100 0 10100 1100 10 101010001 1010110 1011001

Color Harmonies of #FBC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC9DC

Black with #FBC9DC

Text Example


Text Example

White with #FBC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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