Html Css Color HEX #FBC0E1 Classic Rose

📋 copy color: '#FBC0E1'

red 251 ◦ green 192 ◦ blue 225

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

Shades of Classic Rose #FBC0E1

Tints of Classic Rose #FBC0E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.68%

R = 37.57%
G = 28.74%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBC0E1 (or 0xFBC0E1) is known color: Classic Rose. HEX triplet: FB, C0 and E1. RGB value is (251,192,225). Sum of RGB (Red+Green+Blue) = 251+192+225=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 192 (75.39% from 255 or 28.74% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0E1 is #043F1E. Grayscale: #D5D5D5. Windows color (decimal): -278303 or 14795003. OLE color: 14795003.

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

Color convert

RGB 251 192 225 -
CMYK 0 0.24 0.10 0.02
HSL 326.44º 0.88% 0.87% -
HSV(B) 326.44º 0.24% 0.98% -
XYZ 72.22 63.64 79.71 -
YUV 213.4 134.55 154.82 -
System Red Green Blue C M Y K H S L
Decimal 251 192 225 0 0.24 0.10 0.02 326.44 0.88 0.87
Hex FB C0 E1 0 18 A 2 146 58 57
Octal 373 300 341 0 30 12 2 506 130 127
Binary 11111011 11000000 11100001 0 11000 1010 10 101000110 1011000 1010111

Color Harmonies of #FBC0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC0E1

Black with #FBC0E1

Text Example


Text Example

White with #FBC0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC0E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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