Html Css Color HEX #FBC0DD Classic Rose

📋 copy color: '#FBC0DD'

red 251 ◦ green 192 ◦ blue 221

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

Shades of Classic Rose #FBC0DD

Tints of Classic Rose #FBC0DD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.92%

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

R = 37.8%
G = 28.92%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBC0DD (or 0xFBC0DD) is known color: Classic Rose. HEX triplet: FB, C0 and DD. RGB value is (251,192,221). Sum of RGB (Red+Green+Blue) = 251+192+221=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 192 (75.39% from 255 or 28.92% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0DD is #043F22. Grayscale: #D4D4D4. Windows color (decimal): -278307 or 14532859. OLE color: 14532859.

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

Color convert

RGB 251 192 221 -
CMYK 0 0.24 0.12 0.02
HSL 330.51º 0.88% 0.87% -
HSV(B) 330.51º 0.24% 0.98% -
XYZ 71.68 63.43 76.87 -
YUV 212.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 251 192 221 0 0.24 0.12 0.02 330.51 0.88 0.87
Hex FB C0 DD 0 18 C 2 14B 58 57
Octal 373 300 335 0 30 14 2 513 130 127
Binary 11111011 11000000 11011101 0 11000 1100 10 101001011 1011000 1010111

Color Harmonies of #FBC0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC0DD

Black with #FBC0DD

Text Example


Text Example

White with #FBC0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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