Html Css Color HEX #FA94CA Tea Rose

📋 copy color: '#FA94CA'

red 250 ◦ green 148 ◦ blue 202

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

Shades of Tea Rose #FA94CA

Tints of Tea Rose #FA94CA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.67%

 BLUE value IS 202 (79.3% from 255) = 33.67%

R = 41.67%
G = 24.67%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA94CA (or 0xFA94CA) is known color: Tea Rose. HEX triplet: FA, 94 and CA. RGB value is (250,148,202). Sum of RGB (Red+Green+Blue) = 250+148+202=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 148 (58.20% from 255 or 24.67% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA94CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA94CA is #056B35. Grayscale: #B8B8B8. Windows color (decimal): -355126 or 13276410. OLE color: 13276410.

HSL color Cylindrical-coordinate representation of color #FA94CA: hue angle of 328.24º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA94CA is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 148 202 -
CMYK 0 0.41 0.19 0.02
HSL 328.24º 0.91% 0.78% -
HSV(B) 328.24º 0.41% 0.98% -
XYZ 60.67 45.77 61.51 -
YUV 184.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 250 148 202 0 0.41 0.19 0.02 328.24 0.91 0.78
Hex FA 94 CA 0 29 13 2 148 5B 4E
Octal 372 224 312 0 51 23 2 510 133 116
Binary 11111010 10010100 11001010 0 101001 10011 10 101001000 1011011 1001110

Color Harmonies of #FA94CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA94CA

Black with #FA94CA

Text Example


Text Example

White with #FA94CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA94CA; }

 p { color: rgb(250,148,202); }

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

background-color css

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

 a { background-color: rgb(250,148,202); }

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

border-color css

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

 span { border-color: rgb(250,148,202); }

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