Html Css Color HEX #FBC7EC Classic Rose

📋 copy color: '#FBC7EC'

red 251 ◦ green 199 ◦ blue 236

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

Shades of Classic Rose #FBC7EC

Tints of Classic Rose #FBC7EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.4%

R = 36.59%
G = 29.01%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBC7EC (or 0xFBC7EC) is known color: Classic Rose. HEX triplet: FB, C7 and EC. RGB value is (251,199,236). Sum of RGB (Red+Green+Blue) = 251+199+236=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 199 (78.12% from 255 or 29.01% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC7EC is #043813. Grayscale: #DADADA. Windows color (decimal): -276500 or 15517691. OLE color: 15517691.

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

Color convert

RGB 251 199 236 -
CMYK 0 0.21 0.06 0.02
HSL 317.31º 0.87% 0.88% -
HSV(B) 317.31º 0.21% 0.98% -
XYZ 75.35 67.41 88.4 -
YUV 218.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 251 199 236 0 0.21 0.06 0.02 317.31 0.87 0.88
Hex FB C7 EC 0 15 6 2 13D 57 58
Octal 373 307 354 0 25 6 2 475 127 130
Binary 11111011 11000111 11101100 0 10101 110 10 100111101 1010111 1011000

Color Harmonies of #FBC7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC7EC

Black with #FBC7EC

Text Example


Text Example

White with #FBC7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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