Html Css Color HEX #FB7ECC Tea Rose

📋 copy color: '#FB7ECC'

red 251 ◦ green 126 ◦ blue 204

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

Shades of Tea Rose #FB7ECC

Tints of Tea Rose #FB7ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.69%

 BLUE value IS 204 (80.08% from 255) = 35.11%

R = 43.2%
G = 21.69%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB7ECC (or 0xFB7ECC) is known color: Tea Rose. HEX triplet: FB, 7E and CC. RGB value is (251,126,204). Sum of RGB (Red+Green+Blue) = 251+126+204=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ECC is #048133. Grayscale: #ACACAC. Windows color (decimal): -295220 or 13401851. OLE color: 13401851.

HSL color Cylindrical-coordinate representation of color #FB7ECC: hue angle of 322.56º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7ECC is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 126 204 -
CMYK 0 0.50 0.19 0.02
HSL 322.56º 0.94% 0.74% -
HSV(B) 322.56º 0.5% 0.98% -
XYZ 58.14 39.79 61.74 -
YUV 172.27 145.91 184.16 -
System Red Green Blue C M Y K H S L
Decimal 251 126 204 0 0.50 0.19 0.02 322.56 0.94 0.74
Hex FB 7E CC 0 32 13 2 143 5E 4A
Octal 373 176 314 0 62 23 2 503 136 112
Binary 11111011 1111110 11001100 0 110010 10011 10 101000011 1011110 1001010

Color Harmonies of #FB7ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7ECC

Black with #FB7ECC

Text Example


Text Example

White with #FB7ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7ECC; }

 p { color: rgb(251,126,204); }

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

background-color css

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

 a { background-color: rgb(251,126,204); }

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

border-color css

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

 span { border-color: rgb(251,126,204); }

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