Html Css Color HEX #FC90BD Tea Rose

📋 copy color: '#FC90BD'

red 252 ◦ green 144 ◦ blue 189

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

Shades of Tea Rose #FC90BD

Tints of Tea Rose #FC90BD

RGB

 RED value IS 252 (98.83% from 255) = 43.08%

 GREEN value IS 144 (56.64% from 255) = 24.62%

 BLUE value IS 189 (74.22% from 255) = 32.31%

R = 43.08%
G = 24.62%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC90BD (or 0xFC90BD) is known color: Tea Rose. HEX triplet: FC, 90 and BD. RGB value is (252,144,189). Sum of RGB (Red+Green+Blue) = 252+144+189=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90BD is #036F42. Grayscale: #B5B5B5. Windows color (decimal): -225091 or 12423420. OLE color: 12423420.

HSL color Cylindrical-coordinate representation of color #FC90BD: hue angle of 335º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC90BD is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 144 189 -
CMYK 0 0.43 0.25 0.01
HSL 335º 0.95% 0.78% -
HSV(B) 335º 0.43% 0.99% -
XYZ 59.3 44.32 53.57 -
YUV 181.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 252 144 189 0 0.43 0.25 0.01 335 0.95 0.78
Hex FC 90 BD 0 2B 19 1 14F 5F 4E
Octal 374 220 275 0 53 31 1 517 137 116
Binary 11111100 10010000 10111101 0 101011 11001 1 101001111 1011111 1001110

Color Harmonies of #FC90BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90BD

Black with #FC90BD

Text Example


Text Example

White with #FC90BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90BD; }

 p { color: rgb(252,144,189); }

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

background-color css

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

 a { background-color: rgb(252,144,189); }

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

border-color css

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

 span { border-color: rgb(252,144,189); }

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