Html Css Color HEX #FC8FC4 Tea Rose

📋 copy color: '#FC8FC4'

red 252 ◦ green 143 ◦ blue 196

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

Shades of Tea Rose #FC8FC4

Tints of Tea Rose #FC8FC4

RGB

 RED value IS 252 (98.83% from 255) = 42.64%

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

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

R = 42.64%
G = 24.2%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC8FC4 (or 0xFC8FC4) is known color: Tea Rose. HEX triplet: FC, 8F and C4. RGB value is (252,143,196). Sum of RGB (Red+Green+Blue) = 252+143+196=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FC4 is #03703B. Grayscale: #B5B5B5. Windows color (decimal): -225340 or 12881916. OLE color: 12881916.

HSL color Cylindrical-coordinate representation of color #FC8FC4: hue angle of 330.83º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8FC4 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 143 196 -
CMYK 0 0.43 0.22 0.01
HSL 330.83º 0.95% 0.77% -
HSV(B) 330.83º 0.43% 0.99% -
XYZ 59.93 44.33 57.62 -
YUV 181.63 136.11 178.19 -
System Red Green Blue C M Y K H S L
Decimal 252 143 196 0 0.43 0.22 0.01 330.83 0.95 0.77
Hex FC 8F C4 0 2B 16 1 14B 5F 4D
Octal 374 217 304 0 53 26 1 513 137 115
Binary 11111100 10001111 11000100 0 101011 10110 1 101001011 1011111 1001101

Color Harmonies of #FC8FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FC4

Black with #FC8FC4

Text Example


Text Example

White with #FC8FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FC4; }

 p { color: rgb(252,143,196); }

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

background-color css

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

 a { background-color: rgb(252,143,196); }

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

border-color css

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

 span { border-color: rgb(252,143,196); }

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