Html Css Color HEX #FB8EC2 Tea Rose

📋 copy color: '#FB8EC2'

red 251 ◦ green 142 ◦ blue 194

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

Shades of Tea Rose #FB8EC2

Tints of Tea Rose #FB8EC2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.19%

 BLUE value IS 194 (76.17% from 255) = 33.05%

R = 42.76%
G = 24.19%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB8EC2 (or 0xFB8EC2) is known color: Tea Rose. HEX triplet: FB, 8E and C2. RGB value is (251,142,194). Sum of RGB (Red+Green+Blue) = 251+142+194=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8EC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8EC2 is #04713D. Grayscale: #B4B4B4. Windows color (decimal): -291134 or 12750587. OLE color: 12750587.

HSL color Cylindrical-coordinate representation of color #FB8EC2: hue angle of 331.38º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8EC2 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 142 194 -
CMYK 0 0.43 0.23 0.02
HSL 331.38º 0.93% 0.77% -
HSV(B) 331.38º 0.43% 0.98% -
XYZ 59.19 43.75 56.36 -
YUV 180.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 251 142 194 0 0.43 0.23 0.02 331.38 0.93 0.77
Hex FB 8E C2 0 2B 17 2 14B 5D 4D
Octal 373 216 302 0 53 27 2 513 135 115
Binary 11111011 10001110 11000010 0 101011 10111 10 101001011 1011101 1001101

Color Harmonies of #FB8EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8EC2

Black with #FB8EC2

Text Example


Text Example

White with #FB8EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8EC2; }

 p { color: rgb(251,142,194); }

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

background-color css

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

 a { background-color: rgb(251,142,194); }

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

border-color css

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

 span { border-color: rgb(251,142,194); }

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