Html Css Color HEX #FB7ED0 Tea Rose

📋 copy color: '#FB7ED0'

red 251 ◦ green 126 ◦ blue 208

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

Shades of Tea Rose #FB7ED0

Tints of Tea Rose #FB7ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.56%

R = 42.91%
G = 21.54%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FB7ED0 (or 0xFB7ED0) is known color: Tea Rose. HEX triplet: FB, 7E and D0. RGB value is (251,126,208). Sum of RGB (Red+Green+Blue) = 251+126+208=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 126 (49.61% from 255 or 21.54% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ED0 is #04812F. Grayscale: #ACACAC. Windows color (decimal): -295216 or 13663995. OLE color: 13663995.

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

Color convert

RGB 251 126 208 -
CMYK 0 0.50 0.17 0.02
HSL 320.64º 0.94% 0.74% -
HSV(B) 320.64º 0.5% 0.98% -
XYZ 58.63 39.99 64.3 -
YUV 172.72 147.91 183.83 -
System Red Green Blue C M Y K H S L
Decimal 251 126 208 0 0.50 0.17 0.02 320.64 0.94 0.74
Hex FB 7E D0 0 32 11 2 141 5E 4A
Octal 373 176 320 0 62 21 2 501 136 112
Binary 11111011 1111110 11010000 0 110010 10001 10 101000001 1011110 1001010

Color Harmonies of #FB7ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7ED0

Black with #FB7ED0

Text Example


Text Example

White with #FB7ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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