Html Css Color HEX #FB7ECB Tea Rose

📋 copy color: '#FB7ECB'

red 251 ◦ green 126 ◦ blue 203

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

Shades of Tea Rose #FB7ECB

Tints of Tea Rose #FB7ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35%

R = 43.28%
G = 21.72%
B = 35%

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

#FB7ECB (or 0xFB7ECB) is known color: Tea Rose. HEX triplet: FB, 7E and CB. RGB value is (251,126,203). Sum of RGB (Red+Green+Blue) = 251+126+203=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ECB is #048134. Grayscale: #ABABAB. Windows color (decimal): -295221 or 13336315. OLE color: 13336315.

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

Color convert

RGB 251 126 203 -
CMYK 0 0.50 0.19 0.02
HSL 323.04º 0.94% 0.74% -
HSV(B) 323.04º 0.5% 0.98% -
XYZ 58.02 39.74 61.11 -
YUV 172.15 145.41 184.24 -
System Red Green Blue C M Y K H S L
Decimal 251 126 203 0 0.50 0.19 0.02 323.04 0.94 0.74
Hex FB 7E CB 0 32 13 2 143 5E 4A
Octal 373 176 313 0 62 23 2 503 136 112
Binary 11111011 1111110 11001011 0 110010 10011 10 101000011 1011110 1001010

Color Harmonies of #FB7ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7ECB

Black with #FB7ECB

Text Example


Text Example

White with #FB7ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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