Html Css Color HEX #FA8CD0 Tea Rose

📋 copy color: '#FA8CD0'

red 250 ◦ green 140 ◦ blue 208

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

Shades of Tea Rose #FA8CD0

Tints of Tea Rose #FA8CD0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.41%

 BLUE value IS 208 (81.64% from 255) = 34.78%

R = 41.81%
G = 23.41%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA8CD0 (or 0xFA8CD0) is known color: Tea Rose. HEX triplet: FA, 8C and D0. RGB value is (250,140,208). Sum of RGB (Red+Green+Blue) = 250+140+208=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 140 (55.08% from 255 or 23.41% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CD0 is #05732F. Grayscale: #B4B4B4. Windows color (decimal): -357168 or 13667578. OLE color: 13667578.

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

Color convert

RGB 250 140 208 -
CMYK 0 0.44 0.17 0.02
HSL 322.91º 0.92% 0.76% -
HSV(B) 322.91º 0.44% 0.98% -
XYZ 60.19 43.63 64.92 -
YUV 180.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 250 140 208 0 0.44 0.17 0.02 322.91 0.92 0.76
Hex FA 8C D0 0 2C 11 2 143 5C 4C
Octal 372 214 320 0 54 21 2 503 134 114
Binary 11111010 10001100 11010000 0 101100 10001 10 101000011 1011100 1001100

Color Harmonies of #FA8CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8CD0

Black with #FA8CD0

Text Example


Text Example

White with #FA8CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8CD0; }

 p { color: rgb(250,140,208); }

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

background-color css

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

 a { background-color: rgb(250,140,208); }

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

border-color css

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

 span { border-color: rgb(250,140,208); }

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