Html Css Color HEX #FBC5D8 Classic Rose

📋 copy color: '#FBC5D8'

red 251 ◦ green 197 ◦ blue 216

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

Shades of Classic Rose #FBC5D8

Tints of Classic Rose #FBC5D8

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.67%

 BLUE value IS 216 (84.77% from 255) = 32.53%

R = 37.8%
G = 29.67%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBC5D8 (or 0xFBC5D8) is known color: Classic Rose. HEX triplet: FB, C5 and D8. RGB value is (251,197,216). Sum of RGB (Red+Green+Blue) = 251+197+216=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 197 (77.34% from 255 or 29.67% from 664); Blue value is 216 (84.77% from 255 or 32.53% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5D8 is #043A27. Grayscale: #D7D7D7. Windows color (decimal): -277032 or 14206459. OLE color: 14206459.

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

Color convert

RGB 251 197 216 -
CMYK 0 0.22 0.14 0.02
HSL 338.89º 0.87% 0.88% -
HSV(B) 338.89º 0.22% 0.98% -
XYZ 72.14 65.4 73.79 -
YUV 215.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 251 197 216 0 0.22 0.14 0.02 338.89 0.87 0.88
Hex FB C5 D8 0 16 E 2 153 57 58
Octal 373 305 330 0 26 16 2 523 127 130
Binary 11111011 11000101 11011000 0 10110 1110 10 101010011 1010111 1011000

Color Harmonies of #FBC5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC5D8

Black with #FBC5D8

Text Example


Text Example

White with #FBC5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC5D8; }

 p { color: rgb(251,197,216); }

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

background-color css

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

 a { background-color: rgb(251,197,216); }

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

border-color css

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

 span { border-color: rgb(251,197,216); }

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