Html Css Color HEX #FBC2DD Classic Rose

📋 copy color: '#FBC2DD'

red 251 ◦ green 194 ◦ blue 221

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

Shades of Classic Rose #FBC2DD

Tints of Classic Rose #FBC2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.13%

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

R = 37.69%
G = 29.13%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBC2DD (or 0xFBC2DD) is known color: Classic Rose. HEX triplet: FB, C2 and DD. RGB value is (251,194,221). Sum of RGB (Red+Green+Blue) = 251+194+221=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 194 (76.17% from 255 or 29.13% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2DD is #043D22. Grayscale: #D6D6D6. Windows color (decimal): -277795 or 14533371. OLE color: 14533371.

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

Color convert

RGB 251 194 221 -
CMYK 0 0.23 0.12 0.02
HSL 331.58º 0.88% 0.87% -
HSV(B) 331.58º 0.23% 0.98% -
XYZ 72.13 64.31 77.02 -
YUV 214.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 251 194 221 0 0.23 0.12 0.02 331.58 0.88 0.87
Hex FB C2 DD 0 17 C 2 14C 58 57
Octal 373 302 335 0 27 14 2 514 130 127
Binary 11111011 11000010 11011101 0 10111 1100 10 101001100 1011000 1010111

Color Harmonies of #FBC2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC2DD

Black with #FBC2DD

Text Example


Text Example

White with #FBC2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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