Html Css Color HEX #FA8ACB Tea Rose

📋 copy color: '#FA8ACB'

red 250 ◦ green 138 ◦ blue 203

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

Shades of Tea Rose #FA8ACB

Tints of Tea Rose #FA8ACB

RGB

 RED value IS 250 (98.05% from 255) = 42.3%

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

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

R = 42.3%
G = 23.35%
B = 34.35%

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

#FA8ACB (or 0xFA8ACB) is known color: Tea Rose. HEX triplet: FA, 8A and CB. RGB value is (250,138,203). Sum of RGB (Red+Green+Blue) = 250+138+203=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ACB is #057534. Grayscale: #B2B2B2. Windows color (decimal): -357685 or 13339386. OLE color: 13339386.

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

Color convert

RGB 250 138 203 -
CMYK 0 0.45 0.19 0.02
HSL 325.18º 0.92% 0.76% -
HSV(B) 325.18º 0.45% 0.98% -
XYZ 59.29 42.81 61.64 -
YUV 178.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 250 138 203 0 0.45 0.19 0.02 325.18 0.92 0.76
Hex FA 8A CB 0 2D 13 2 145 5C 4C
Octal 372 212 313 0 55 23 2 505 134 114
Binary 11111010 10001010 11001011 0 101101 10011 10 101000101 1011100 1001100

Color Harmonies of #FA8ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8ACB

Black with #FA8ACB

Text Example


Text Example

White with #FA8ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8ACB; }

 p { color: rgb(250,138,203); }

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

background-color css

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

 a { background-color: rgb(250,138,203); }

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

border-color css

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

 span { border-color: rgb(250,138,203); }

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