Html Css Color HEX #FBC7DF Classic Rose

📋 copy color: '#FBC7DF'

red 251 ◦ green 199 ◦ blue 223

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

Shades of Classic Rose #FBC7DF

Tints of Classic Rose #FBC7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.14%

R = 37.3%
G = 29.57%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBC7DF (or 0xFBC7DF) is known color: Classic Rose. HEX triplet: FB, C7 and DF. RGB value is (251,199,223). Sum of RGB (Red+Green+Blue) = 251+199+223=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 199 (78.12% from 255 or 29.57% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7DF is #043820. Grayscale: #D9D9D9. Windows color (decimal): -276513 or 14665723. OLE color: 14665723.

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

Color convert

RGB 251 199 223 -
CMYK 0 0.21 0.11 0.02
HSL 332.31º 0.87% 0.88% -
HSV(B) 332.31º 0.21% 0.98% -
XYZ 73.53 66.68 78.81 -
YUV 217.28 131.23 152.05 -
System Red Green Blue C M Y K H S L
Decimal 251 199 223 0 0.21 0.11 0.02 332.31 0.87 0.88
Hex FB C7 DF 0 15 B 2 14C 57 58
Octal 373 307 337 0 25 13 2 514 127 130
Binary 11111011 11000111 11011111 0 10101 1011 10 101001100 1010111 1011000

Color Harmonies of #FBC7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC7DF

Black with #FBC7DF

Text Example


Text Example

White with #FBC7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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