Html Css Color HEX #FBC5DD Classic Rose

📋 copy color: '#FBC5DD'

red 251 ◦ green 197 ◦ blue 221

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

Shades of Classic Rose #FBC5DD

Tints of Classic Rose #FBC5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.03%

R = 37.52%
G = 29.45%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBC5DD (or 0xFBC5DD) is known color: Classic Rose. HEX triplet: FB, C5 and DD. RGB value is (251,197,221). Sum of RGB (Red+Green+Blue) = 251+197+221=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 197 (77.34% from 255 or 29.45% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5DD is #043A22. Grayscale: #D7D7D7. Windows color (decimal): -277027 or 14534139. OLE color: 14534139.

HSL color Cylindrical-coordinate representation of color #FBC5DD: hue angle of 333.33º 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 #FBC5DD is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 197 221 -
CMYK 0 0.22 0.12 0.02
HSL 333.33º 0.87% 0.88% -
HSV(B) 333.33º 0.22% 0.98% -
XYZ 72.8 65.66 77.24 -
YUV 215.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 251 197 221 0 0.22 0.12 0.02 333.33 0.87 0.88
Hex FB C5 DD 0 16 C 2 14D 57 58
Octal 373 305 335 0 26 14 2 515 127 130
Binary 11111011 11000101 11011101 0 10110 1100 10 101001101 1010111 1011000

Color Harmonies of #FBC5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC5DD

Black with #FBC5DD

Text Example


Text Example

White with #FBC5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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