Html Css Color HEX #FF8ACB Tea Rose

📋 copy color: '#FF8ACB'

red 255 ◦ green 138 ◦ blue 203

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

Shades of Tea Rose #FF8ACB

Tints of Tea Rose #FF8ACB

RGB

 RED value IS 255 (100% from 255) = 42.79%

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

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

R = 42.79%
G = 23.15%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF8ACB (or 0xFF8ACB) is known color: Tea Rose. HEX triplet: FF, 8A and CB. RGB value is (255,138,203). Sum of RGB (Red+Green+Blue) = 255+138+203=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ACB is #007534. Grayscale: #B4B4B4. Windows color (decimal): -30005 or 13339391. OLE color: 13339391.

HSL color Cylindrical-coordinate representation of color #FF8ACB: hue angle of 326.67º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF8ACB is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 138 203 -
CMYK 0 0.46 0.20 0
HSL 326.67º 1% 0.77% -
HSV(B) 326.67º 0.46% 1% -
XYZ 61.11 43.75 61.72 -
YUV 180.39 140.76 181.21 -
System Red Green Blue C M Y K H S L
Decimal 255 138 203 0 0.46 0.20 0 326.67 1 0.77
Hex FF 8A CB 0 2E 14 0 147 64 4D
Octal 377 212 313 0 56 24 0 507 144 115
Binary 11111111 10001010 11001011 0 101110 10100 0 101000111 1100100 1001101

Color Harmonies of #FF8ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8ACB

Black with #FF8ACB

Text Example


Text Example

White with #FF8ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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