Html Css Color HEX #FBC6DB Classic Rose

📋 copy color: '#FBC6DB'

red 251 ◦ green 198 ◦ blue 219

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

Shades of Classic Rose #FBC6DB

Tints of Classic Rose #FBC6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.64%

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

R = 37.57%
G = 29.64%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBC6DB (or 0xFBC6DB) is known color: Classic Rose. HEX triplet: FB, C6 and DB. RGB value is (251,198,219). Sum of RGB (Red+Green+Blue) = 251+198+219=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 198 (77.73% from 255 or 29.64% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6DB is #043924. Grayscale: #D8D8D8. Windows color (decimal): -276773 or 14403323. OLE color: 14403323.

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

Color convert

RGB 251 198 219 -
CMYK 0 0.21 0.13 0.02
HSL 336.23º 0.87% 0.88% -
HSV(B) 336.23º 0.21% 0.98% -
XYZ 72.76 66.01 75.92 -
YUV 216.24 129.56 152.79 -
System Red Green Blue C M Y K H S L
Decimal 251 198 219 0 0.21 0.13 0.02 336.23 0.87 0.88
Hex FB C6 DB 0 15 D 2 150 57 58
Octal 373 306 333 0 25 15 2 520 127 130
Binary 11111011 11000110 11011011 0 10101 1101 10 101010000 1010111 1011000

Color Harmonies of #FBC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC6DB

Black with #FBC6DB

Text Example


Text Example

White with #FBC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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