Html Css Color HEX #FD90CE Tea Rose

📋 copy color: '#FD90CE'

red 253 ◦ green 144 ◦ blue 206

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

Shades of Tea Rose #FD90CE

Tints of Tea Rose #FD90CE

RGB

 RED value IS 253 (99.22% from 255) = 41.96%

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

 BLUE value IS 206 (80.86% from 255) = 34.16%

R = 41.96%
G = 23.88%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD90CE (or 0xFD90CE) is known color: Tea Rose. HEX triplet: FD, 90 and CE. RGB value is (253,144,206). Sum of RGB (Red+Green+Blue) = 253+144+206=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD90CE is #026F31. Grayscale: #B7B7B7. Windows color (decimal): -159538 or 13537533. OLE color: 13537533.

HSL color Cylindrical-coordinate representation of color #FD90CE: hue angle of 325.87º degrees, saturation: 0.96, 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 #FD90CE is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 144 206 -
CMYK 0 0.43 0.19 0.01
HSL 325.87º 0.96% 0.78% -
HSV(B) 325.87º 0.43% 0.99% -
XYZ 61.62 45.29 63.89 -
YUV 183.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 253 144 206 0 0.43 0.19 0.01 325.87 0.96 0.78
Hex FD 90 CE 0 2B 13 1 146 60 4E
Octal 375 220 316 0 53 23 1 506 140 116
Binary 11111101 10010000 11001110 0 101011 10011 1 101000110 1100000 1001110

Color Harmonies of #FD90CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD90CE

Black with #FD90CE

Text Example


Text Example

White with #FD90CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD90CE; }

 p { color: rgb(253,144,206); }

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

background-color css

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

 a { background-color: rgb(253,144,206); }

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

border-color css

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

 span { border-color: rgb(253,144,206); }

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