Html Css Color HEX #FA94CB Tea Rose

📋 copy color: '#FA94CB'

red 250 ◦ green 148 ◦ blue 203

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

Shades of Tea Rose #FA94CB

Tints of Tea Rose #FA94CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.78%

R = 41.6%
G = 24.63%
B = 33.78%

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

#FA94CB (or 0xFA94CB) is known color: Tea Rose. HEX triplet: FA, 94 and CB. RGB value is (250,148,203). Sum of RGB (Red+Green+Blue) = 250+148+203=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FA94CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA94CB is #056B34. Grayscale: #B8B8B8. Windows color (decimal): -355125 or 13341946. OLE color: 13341946.

HSL color Cylindrical-coordinate representation of color #FA94CB: hue angle of 327.65º 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 #FA94CB is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 148 203 -
CMYK 0 0.41 0.19 0.02
HSL 327.65º 0.91% 0.78% -
HSV(B) 327.65º 0.41% 0.98% -
XYZ 60.79 45.82 62.14 -
YUV 184.77 138.29 174.53 -
System Red Green Blue C M Y K H S L
Decimal 250 148 203 0 0.41 0.19 0.02 327.65 0.91 0.78
Hex FA 94 CB 0 29 13 2 148 5B 4E
Octal 372 224 313 0 51 23 2 510 133 116
Binary 11111010 10010100 11001011 0 101001 10011 10 101001000 1011011 1001110

Color Harmonies of #FA94CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA94CB

Black with #FA94CB

Text Example


Text Example

White with #FA94CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA94CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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