Html Css Color HEX #FB8ACD Tea Rose

📋 copy color: '#FB8ACD'

red 251 ◦ green 138 ◦ blue 205

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

Shades of Tea Rose #FB8ACD

Tints of Tea Rose #FB8ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.23%

 BLUE value IS 205 (80.47% from 255) = 34.51%

R = 42.26%
G = 23.23%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FB8ACD (or 0xFB8ACD) is known color: Tea Rose. HEX triplet: FB, 8A and CD. RGB value is (251,138,205). Sum of RGB (Red+Green+Blue) = 251+138+205=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8ACD is #047532. Grayscale: #B3B3B3. Windows color (decimal): -292147 or 13470459. OLE color: 13470459.

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

Color convert

RGB 251 138 205 -
CMYK 0 0.45 0.18 0.02
HSL 324.42º 0.93% 0.76% -
HSV(B) 324.42º 0.45% 0.98% -
XYZ 59.89 43.09 62.92 -
YUV 179.43 142.44 179.05 -
System Red Green Blue C M Y K H S L
Decimal 251 138 205 0 0.45 0.18 0.02 324.42 0.93 0.76
Hex FB 8A CD 0 2D 12 2 144 5D 4C
Octal 373 212 315 0 55 22 2 504 135 114
Binary 11111011 10001010 11001101 0 101101 10010 10 101000100 1011101 1001100

Color Harmonies of #FB8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8ACD

Black with #FB8ACD

Text Example


Text Example

White with #FB8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8ACD; }

 p { color: rgb(251,138,205); }

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

background-color css

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

 a { background-color: rgb(251,138,205); }

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

border-color css

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

 span { border-color: rgb(251,138,205); }

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