Html Css Color HEX #FBC7E1 Classic Rose

📋 copy color: '#FBC7E1'

red 251 ◦ green 199 ◦ blue 225

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

Shades of Classic Rose #FBC7E1

Tints of Classic Rose #FBC7E1

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.48%

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

R = 37.19%
G = 29.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBC7E1 (or 0xFBC7E1) is known color: Classic Rose. HEX triplet: FB, C7 and E1. RGB value is (251,199,225). Sum of RGB (Red+Green+Blue) = 251+199+225=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 199 (78.12% from 255 or 29.48% from 675); Blue value is 225 (88.28% from 255 or 33.33% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7E1 is #04381E. Grayscale: #D9D9D9. Windows color (decimal): -276511 or 14796795. OLE color: 14796795.

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

Color convert

RGB 251 199 225 -
CMYK 0 0.21 0.10 0.02
HSL 330º 0.87% 0.88% -
HSV(B) 330º 0.21% 0.98% -
XYZ 73.8 66.79 80.24 -
YUV 217.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 251 199 225 0 0.21 0.10 0.02 330 0.87 0.88
Hex FB C7 E1 0 15 A 2 14A 57 58
Octal 373 307 341 0 25 12 2 512 127 130
Binary 11111011 11000111 11100001 0 10101 1010 10 101001010 1010111 1011000

Color Harmonies of #FBC7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC7E1

Black with #FBC7E1

Text Example


Text Example

White with #FBC7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC7E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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