Html Css Color HEX #FBC3DB Classic Rose

📋 copy color: '#FBC3DB'

red 251 ◦ green 195 ◦ blue 219

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

Shades of Classic Rose #FBC3DB

Tints of Classic Rose #FBC3DB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.32%

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

R = 37.74%
G = 29.32%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBC3DB (or 0xFBC3DB) is known color: Classic Rose. HEX triplet: FB, C3 and DB. RGB value is (251,195,219). Sum of RGB (Red+Green+Blue) = 251+195+219=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 195 (76.56% from 255 or 29.32% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC3DB is #043C24. Grayscale: #D6D6D6. Windows color (decimal): -277541 or 14402555. OLE color: 14402555.

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

Color convert

RGB 251 195 219 -
CMYK 0 0.22 0.13 0.02
HSL 334.29º 0.88% 0.87% -
HSV(B) 334.29º 0.22% 0.98% -
XYZ 72.08 64.65 75.7 -
YUV 214.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 251 195 219 0 0.22 0.13 0.02 334.29 0.88 0.87
Hex FB C3 DB 0 16 D 2 14E 58 57
Octal 373 303 333 0 26 15 2 516 130 127
Binary 11111011 11000011 11011011 0 10110 1101 10 101001110 1011000 1010111

Color Harmonies of #FBC3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC3DB

Black with #FBC3DB

Text Example


Text Example

White with #FBC3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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