Html Css Color HEX #FA8ACF Tea Rose

📋 copy color: '#FA8ACF'

red 250 ◦ green 138 ◦ blue 207

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

Shades of Tea Rose #FA8ACF

Tints of Tea Rose #FA8ACF

RGB

 RED value IS 250 (98.05% from 255) = 42.02%

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

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

R = 42.02%
G = 23.19%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA8ACF (or 0xFA8ACF) is known color: Tea Rose. HEX triplet: FA, 8A and CF. RGB value is (250,138,207). Sum of RGB (Red+Green+Blue) = 250+138+207=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ACF is #057530. Grayscale: #B3B3B3. Windows color (decimal): -357681 or 13601530. OLE color: 13601530.

HSL color Cylindrical-coordinate representation of color #FA8ACF: hue angle of 323.04º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA8ACF is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 138 207 -
CMYK 0 0.45 0.17 0.02
HSL 323.04º 0.92% 0.76% -
HSV(B) 323.04º 0.45% 0.98% -
XYZ 59.78 43.01 64.18 -
YUV 179.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 250 138 207 0 0.45 0.17 0.02 323.04 0.92 0.76
Hex FA 8A CF 0 2D 11 2 143 5C 4C
Octal 372 212 317 0 55 21 2 503 134 114
Binary 11111010 10001010 11001111 0 101101 10001 10 101000011 1011100 1001100

Color Harmonies of #FA8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8ACF

Black with #FA8ACF

Text Example


Text Example

White with #FA8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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