Html Css Color HEX #FBC1DB Classic Rose

📋 copy color: '#FBC1DB'

red 251 ◦ green 193 ◦ blue 219

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

Shades of Classic Rose #FBC1DB

Tints of Classic Rose #FBC1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.11%

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

R = 37.86%
G = 29.11%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBC1DB (or 0xFBC1DB) is known color: Classic Rose. HEX triplet: FB, C1 and DB. RGB value is (251,193,219). Sum of RGB (Red+Green+Blue) = 251+193+219=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 193 (75.78% from 255 or 29.11% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1DB is #043E24. Grayscale: #D5D5D5. Windows color (decimal): -278053 or 14402043. OLE color: 14402043.

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

Color convert

RGB 251 193 219 -
CMYK 0 0.23 0.13 0.02
HSL 333.1º 0.88% 0.87% -
HSV(B) 333.1º 0.23% 0.98% -
XYZ 71.64 63.76 75.55 -
YUV 213.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 251 193 219 0 0.23 0.13 0.02 333.1 0.88 0.87
Hex FB C1 DB 0 17 D 2 14D 58 57
Octal 373 301 333 0 27 15 2 515 130 127
Binary 11111011 11000001 11011011 0 10111 1101 10 101001101 1011000 1010111

Color Harmonies of #FBC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC1DB

Black with #FBC1DB

Text Example


Text Example

White with #FBC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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