Html Css Color HEX #FB7EC4 Tea Rose

📋 copy color: '#FB7EC4'

red 251 ◦ green 126 ◦ blue 196

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

Shades of Tea Rose #FB7EC4

Tints of Tea Rose #FB7EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.21%

R = 43.8%
G = 21.99%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FB7EC4 (or 0xFB7EC4) is known color: Tea Rose. HEX triplet: FB, 7E and C4. RGB value is (251,126,196). Sum of RGB (Red+Green+Blue) = 251+126+196=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7EC4 is #04813B. Grayscale: #ABABAB. Windows color (decimal): -295228 or 12877563. OLE color: 12877563.

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

Color convert

RGB 251 126 196 -
CMYK 0 0.50 0.22 0.02
HSL 326.4º 0.94% 0.74% -
HSV(B) 326.4º 0.5% 0.98% -
XYZ 57.21 39.42 56.82 -
YUV 171.36 141.91 184.81 -
System Red Green Blue C M Y K H S L
Decimal 251 126 196 0 0.50 0.22 0.02 326.4 0.94 0.74
Hex FB 7E C4 0 32 16 2 146 5E 4A
Octal 373 176 304 0 62 26 2 506 136 112
Binary 11111011 1111110 11000100 0 110010 10110 10 101000110 1011110 1001010

Color Harmonies of #FB7EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7EC4

Black with #FB7EC4

Text Example


Text Example

White with #FB7EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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