Html Css Color HEX #FBC5E5 Classic Rose

📋 copy color: '#FBC5E5'

red 251 ◦ green 197 ◦ blue 229

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

Shades of Classic Rose #FBC5E5

Tints of Classic Rose #FBC5E5

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.1%

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

R = 37.08%
G = 29.1%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FBC5E5 (or 0xFBC5E5) is known color: Classic Rose. HEX triplet: FB, C5 and E5. RGB value is (251,197,229). Sum of RGB (Red+Green+Blue) = 251+197+229=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 197 (77.34% from 255 or 29.10% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5E5 is #043A1A. Grayscale: #D8D8D8. Windows color (decimal): -277019 or 15058427. OLE color: 15058427.

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

Color convert

RGB 251 197 229 -
CMYK 0 0.22 0.09 0.02
HSL 324.44º 0.87% 0.88% -
HSV(B) 324.44º 0.22% 0.98% -
XYZ 73.89 66.1 82.99 -
YUV 216.79 134.89 152.4 -
System Red Green Blue C M Y K H S L
Decimal 251 197 229 0 0.22 0.09 0.02 324.44 0.87 0.88
Hex FB C5 E5 0 16 9 2 144 57 58
Octal 373 305 345 0 26 11 2 504 127 130
Binary 11111011 11000101 11100101 0 10110 1001 10 101000100 1010111 1011000

Color Harmonies of #FBC5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC5E5

Black with #FBC5E5

Text Example


Text Example

White with #FBC5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC5E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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