Html Css Color HEX #FB8ACC Tea Rose

📋 copy color: '#FB8ACC'

red 251 ◦ green 138 ◦ blue 204

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

Shades of Tea Rose #FB8ACC

Tints of Tea Rose #FB8ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.4%

R = 42.33%
G = 23.27%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB8ACC (or 0xFB8ACC) is known color: Tea Rose. HEX triplet: FB, 8A and CC. RGB value is (251,138,204). Sum of RGB (Red+Green+Blue) = 251+138+204=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8ACC is #047533. Grayscale: #B3B3B3. Windows color (decimal): -292148 or 13404923. OLE color: 13404923.

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

Color convert

RGB 251 138 204 -
CMYK 0 0.45 0.19 0.02
HSL 324.96º 0.93% 0.76% -
HSV(B) 324.96º 0.45% 0.98% -
XYZ 59.77 43.05 62.29 -
YUV 179.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 251 138 204 0 0.45 0.19 0.02 324.96 0.93 0.76
Hex FB 8A CC 0 2D 13 2 145 5D 4C
Octal 373 212 314 0 55 23 2 505 135 114
Binary 11111011 10001010 11001100 0 101101 10011 10 101000101 1011101 1001100

Color Harmonies of #FB8ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8ACC

Black with #FB8ACC

Text Example


Text Example

White with #FB8ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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