Html Css Color HEX #FF8DC4 Tea Rose

📋 copy color: '#FF8DC4'

red 255 ◦ green 141 ◦ blue 196

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

Shades of Tea Rose #FF8DC4

Tints of Tea Rose #FF8DC4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.82%

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

R = 43.07%
G = 23.82%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF8DC4 (or 0xFF8DC4) is known color: Tea Rose. HEX triplet: FF, 8D and C4. RGB value is (255,141,196). Sum of RGB (Red+Green+Blue) = 255+141+196=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DC4 is #00723B. Grayscale: #B5B5B5. Windows color (decimal): -29244 or 12881407. OLE color: 12881407.

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

Color convert

RGB 255 141 196 -
CMYK 0 0.45 0.23 0
HSL 331.05º 1% 0.78% -
HSV(B) 331.05º 0.45% 1% -
XYZ 60.73 44.3 57.57 -
YUV 181.36 136.27 180.53 -
System Red Green Blue C M Y K H S L
Decimal 255 141 196 0 0.45 0.23 0 331.05 1 0.78
Hex FF 8D C4 0 2D 17 0 14B 64 4E
Octal 377 215 304 0 55 27 0 513 144 116
Binary 11111111 10001101 11000100 0 101101 10111 0 101001011 1100100 1001110

Color Harmonies of #FF8DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8DC4

Black with #FF8DC4

Text Example


Text Example

White with #FF8DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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