Html Css Color HEX #FC8ACF Tea Rose

📋 copy color: '#FC8ACF'

red 252 ◦ green 138 ◦ blue 207

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

Shades of Tea Rose #FC8ACF

Tints of Tea Rose #FC8ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.67%

R = 42.21%
G = 23.12%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC8ACF (or 0xFC8ACF) is known color: Tea Rose. HEX triplet: FC, 8A and CF. RGB value is (252,138,207). Sum of RGB (Red+Green+Blue) = 252+138+207=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 138 (54.30% from 255 or 23.12% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8ACF is #037530. Grayscale: #B3B3B3. Windows color (decimal): -226609 or 13601532. OLE color: 13601532.

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

Color convert

RGB 252 138 207 -
CMYK 0 0.45 0.18 0.01
HSL 323.68º 0.95% 0.76% -
HSV(B) 323.68º 0.45% 0.99% -
XYZ 60.5 43.38 64.22 -
YUV 179.95 143.27 179.39 -
System Red Green Blue C M Y K H S L
Decimal 252 138 207 0 0.45 0.18 0.01 323.68 0.95 0.76
Hex FC 8A CF 0 2D 12 1 144 5F 4C
Octal 374 212 317 0 55 22 1 504 137 114
Binary 11111100 10001010 11001111 0 101101 10010 1 101000100 1011111 1001100

Color Harmonies of #FC8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8ACF

Black with #FC8ACF

Text Example


Text Example

White with #FC8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8ACF; }

 p { color: rgb(252,138,207); }

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

background-color css

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

 a { background-color: rgb(252,138,207); }

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

border-color css

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

 span { border-color: rgb(252,138,207); }

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