Html Css Color HEX #FBC0E0 Classic Rose

📋 copy color: '#FBC0E0'

red 251 ◦ green 192 ◦ blue 224

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

Shades of Classic Rose #FBC0E0

Tints of Classic Rose #FBC0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.58%

R = 37.63%
G = 28.79%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBC0E0 (or 0xFBC0E0) is known color: Classic Rose. HEX triplet: FB, C0 and E0. RGB value is (251,192,224). Sum of RGB (Red+Green+Blue) = 251+192+224=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0E0 is #043F1F. Grayscale: #D5D5D5. Windows color (decimal): -278304 or 14729467. OLE color: 14729467.

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

Color convert

RGB 251 192 224 -
CMYK 0 0.24 0.11 0.02
HSL 327.46º 0.88% 0.87% -
HSV(B) 327.46º 0.24% 0.98% -
XYZ 72.09 63.59 79 -
YUV 213.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 251 192 224 0 0.24 0.11 0.02 327.46 0.88 0.87
Hex FB C0 E0 0 18 B 2 147 58 57
Octal 373 300 340 0 30 13 2 507 130 127
Binary 11111011 11000000 11100000 0 11000 1011 10 101000111 1011000 1010111

Color Harmonies of #FBC0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC0E0

Black with #FBC0E0

Text Example


Text Example

White with #FBC0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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