Html Css Color HEX #FF8AC4 Tea Rose

📋 copy color: '#FF8AC4'

red 255 ◦ green 138 ◦ blue 196

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

Shades of Tea Rose #FF8AC4

Tints of Tea Rose #FF8AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.28%

R = 43.29%
G = 23.43%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF8AC4 (or 0xFF8AC4) is known color: Tea Rose. HEX triplet: FF, 8A and C4. RGB value is (255,138,196). Sum of RGB (Red+Green+Blue) = 255+138+196=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8AC4 is #00753B. Grayscale: #B3B3B3. Windows color (decimal): -30012 or 12880639. OLE color: 12880639.

HSL color Cylindrical-coordinate representation of color #FF8AC4: hue angle of 330.26º 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 #FF8AC4 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 255 138 196 -
CMYK 0 0.46 0.23 0
HSL 330.26º 1% 0.77% -
HSV(B) 330.26º 0.46% 1% -
XYZ 60.29 43.42 57.43 -
YUV 179.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 255 138 196 0 0.46 0.23 0 330.26 1 0.77
Hex FF 8A C4 0 2E 17 0 14A 64 4D
Octal 377 212 304 0 56 27 0 512 144 115
Binary 11111111 10001010 11000100 0 101110 10111 0 101001010 1100100 1001101

Color Harmonies of #FF8AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8AC4

Black with #FF8AC4

Text Example


Text Example

White with #FF8AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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