Html Css Color HEX #FF90D2 Tea Rose

📋 copy color: '#FF90D2'

red 255 ◦ green 144 ◦ blue 210

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

Shades of Tea Rose #FF90D2

Tints of Tea Rose #FF90D2

RGB

 RED value IS 255 (100% from 255) = 41.87%

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

 BLUE value IS 210 (82.42% from 255) = 34.48%

R = 41.87%
G = 23.65%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF90D2 (or 0xFF90D2) is known color: Tea Rose. HEX triplet: FF, 90 and D2. RGB value is (255,144,210). Sum of RGB (Red+Green+Blue) = 255+144+210=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 144 (56.64% from 255 or 23.65% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90D2 is #006F2D. Grayscale: #B8B8B8. Windows color (decimal): -28462 or 13799679. OLE color: 13799679.

HSL color Cylindrical-coordinate representation of color #FF90D2: hue angle of 324.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF90D2 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 255 144 210 -
CMYK 0 0.44 0.18 0
HSL 324.32º 1% 0.78% -
HSV(B) 324.32º 0.44% 1% -
XYZ 62.85 45.86 66.51 -
YUV 184.71 142.27 178.13 -
System Red Green Blue C M Y K H S L
Decimal 255 144 210 0 0.44 0.18 0 324.32 1 0.78
Hex FF 90 D2 0 2C 12 0 144 64 4E
Octal 377 220 322 0 54 22 0 504 144 116
Binary 11111111 10010000 11010010 0 101100 10010 0 101000100 1100100 1001110

Color Harmonies of #FF90D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF90D2

Black with #FF90D2

Text Example


Text Example

White with #FF90D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF90D2; }

 p { color: rgb(255,144,210); }

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

background-color css

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

 a { background-color: rgb(255,144,210); }

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

border-color css

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

 span { border-color: rgb(255,144,210); }

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