Html Css Color HEX #FF90CA Tea Rose

📋 copy color: '#FF90CA'

red 255 ◦ green 144 ◦ blue 202

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

Shades of Tea Rose #FF90CA

Tints of Tea Rose #FF90CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.61%

R = 42.43%
G = 23.96%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF90CA (or 0xFF90CA) is known color: Tea Rose. HEX triplet: FF, 90 and CA. RGB value is (255,144,202). Sum of RGB (Red+Green+Blue) = 255+144+202=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90CA is #006F35. Grayscale: #B7B7B7. Windows color (decimal): -28470 or 13275391. OLE color: 13275391.

HSL color Cylindrical-coordinate representation of color #FF90CA: hue angle of 328.65º 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 #FF90CA is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 255 144 202 -
CMYK 0 0.44 0.21 0
HSL 328.65º 1% 0.78% -
HSV(B) 328.65º 0.44% 1% -
XYZ 61.87 45.47 61.39 -
YUV 183.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 255 144 202 0 0.44 0.21 0 328.65 1 0.78
Hex FF 90 CA 0 2C 15 0 149 64 4E
Octal 377 220 312 0 54 25 0 511 144 116
Binary 11111111 10010000 11001010 0 101100 10101 0 101001001 1100100 1001110

Color Harmonies of #FF90CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF90CA

Black with #FF90CA

Text Example


Text Example

White with #FF90CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF90CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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