Html Css Color HEX #FBC0E5 Classic Rose

📋 copy color: '#FBC0E5'

red 251 ◦ green 192 ◦ blue 229

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

Shades of Classic Rose #FBC0E5

Tints of Classic Rose #FBC0E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.08%

R = 37.35%
G = 28.57%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FBC0E5 (or 0xFBC0E5) is known color: Classic Rose. HEX triplet: FB, C0 and E5. RGB value is (251,192,229). Sum of RGB (Red+Green+Blue) = 251+192+229=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 192 (75.39% from 255 or 28.57% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0E5 is #043F1A. Grayscale: #D5D5D5. Windows color (decimal): -278299 or 15057147. OLE color: 15057147.

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

Color convert

RGB 251 192 229 -
CMYK 0 0.24 0.09 0.02
HSL 322.37º 0.88% 0.87% -
HSV(B) 322.37º 0.24% 0.98% -
XYZ 72.78 63.87 82.62 -
YUV 213.86 136.55 154.49 -
System Red Green Blue C M Y K H S L
Decimal 251 192 229 0 0.24 0.09 0.02 322.37 0.88 0.87
Hex FB C0 E5 0 18 9 2 142 58 57
Octal 373 300 345 0 30 11 2 502 130 127
Binary 11111011 11000000 11100101 0 11000 1001 10 101000010 1011000 1010111

Color Harmonies of #FBC0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC0E5

Black with #FBC0E5

Text Example


Text Example

White with #FBC0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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