Html Css Color HEX #FA7CCB Tea Rose

📋 copy color: '#FA7CCB'

red 250 ◦ green 124 ◦ blue 203

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

Shades of Tea Rose #FA7CCB

Tints of Tea Rose #FA7CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.49%

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

R = 43.33%
G = 21.49%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA7CCB (or 0xFA7CCB) is known color: Tea Rose. HEX triplet: FA, 7C and CB. RGB value is (250,124,203). Sum of RGB (Red+Green+Blue) = 250+124+203=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 124 (48.83% from 255 or 21.49% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7CCB is #058334. Grayscale: #AAAAAA. Windows color (decimal): -361269 or 13335802. OLE color: 13335802.

HSL color Cylindrical-coordinate representation of color #FA7CCB: hue angle of 322.38º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7CCB is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 124 203 -
CMYK 0 0.50 0.19 0.02
HSL 322.38º 0.93% 0.73% -
HSV(B) 322.38º 0.5% 0.98% -
XYZ 57.41 39.05 61.01 -
YUV 170.68 146.24 184.58 -
System Red Green Blue C M Y K H S L
Decimal 250 124 203 0 0.50 0.19 0.02 322.38 0.93 0.73
Hex FA 7C CB 0 32 13 2 142 5D 49
Octal 372 174 313 0 62 23 2 502 135 111
Binary 11111010 1111100 11001011 0 110010 10011 10 101000010 1011101 1001001

Color Harmonies of #FA7CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7CCB

Black with #FA7CCB

Text Example


Text Example

White with #FA7CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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