Html Css Color HEX #FBC8DB Classic Rose

📋 copy color: '#FBC8DB'

red 251 ◦ green 200 ◦ blue 219

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

Shades of Classic Rose #FBC8DB

Tints of Classic Rose #FBC8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.85%

 BLUE value IS 219 (85.94% from 255) = 32.69%

R = 37.46%
G = 29.85%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBC8DB (or 0xFBC8DB) is known color: Classic Rose. HEX triplet: FB, C8 and DB. RGB value is (251,200,219). Sum of RGB (Red+Green+Blue) = 251+200+219=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 200 (78.52% from 255 or 29.85% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8DB is #043724. Grayscale: #D9D9D9. Windows color (decimal): -276261 or 14403835. OLE color: 14403835.

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

Color convert

RGB 251 200 219 -
CMYK 0 0.20 0.13 0.02
HSL 337.65º 0.86% 0.88% -
HSV(B) 337.65º 0.2% 0.98% -
XYZ 73.22 66.93 76.08 -
YUV 217.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 251 200 219 0 0.20 0.13 0.02 337.65 0.86 0.88
Hex FB C8 DB 0 14 D 2 152 56 58
Octal 373 310 333 0 24 15 2 522 126 130
Binary 11111011 11001000 11011011 0 10100 1101 10 101010010 1010110 1011000

Color Harmonies of #FBC8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC8DB

Black with #FBC8DB

Text Example


Text Example

White with #FBC8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC8DB; }

 p { color: rgb(251,200,219); }

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

background-color css

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

 a { background-color: rgb(251,200,219); }

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

border-color css

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

 span { border-color: rgb(251,200,219); }

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