Html Css Color HEX #FF8FCC Tea Rose

📋 copy color: '#FF8FCC'

red 255 ◦ green 143 ◦ blue 204

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

Shades of Tea Rose #FF8FCC

Tints of Tea Rose #FF8FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.75%

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

R = 42.36%
G = 23.75%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF8FCC (or 0xFF8FCC) is known color: Tea Rose. HEX triplet: FF, 8F and CC. RGB value is (255,143,204). Sum of RGB (Red+Green+Blue) = 255+143+204=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 143 (56.25% from 255 or 23.75% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FCC is #007033. Grayscale: #B7B7B7. Windows color (decimal): -28724 or 13406207. OLE color: 13406207.

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

Color convert

RGB 255 143 204 -
CMYK 0 0.44 0.2 0
HSL 327.32º 1% 0.78% -
HSV(B) 327.32º 0.44% 1% -
XYZ 61.96 45.26 62.6 -
YUV 183.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 255 143 204 0 0.44 0.2 0 327.32 1 0.78
Hex FF 8F CC 0 2C 14 0 147 64 4E
Octal 377 217 314 0 54 24 0 507 144 116
Binary 11111111 10001111 11001100 0 101100 10100 0 101000111 1100100 1001110

Color Harmonies of #FF8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8FCC

Black with #FF8FCC

Text Example


Text Example

White with #FF8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8FCC; }

 p { color: rgb(255,143,204); }

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

background-color css

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

 a { background-color: rgb(255,143,204); }

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

border-color css

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

 span { border-color: rgb(255,143,204); }

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