Html Css Color HEX #FB90DC Lavender Rose

📋 copy color: '#FB90DC'

red 251 ◦ green 144 ◦ blue 220

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

Shades of Lavender Rose #FB90DC

Tints of Lavender Rose #FB90DC

RGB

 RED value IS 251 (98.44% from 255) = 40.81%

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

 BLUE value IS 220 (86.33% from 255) = 35.77%

R = 40.81%
G = 23.41%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB90DC (or 0xFB90DC) is known color: Lavender Rose. HEX triplet: FB, 90 and DC. RGB value is (251,144,220). Sum of RGB (Red+Green+Blue) = 251+144+220=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 144 (56.64% from 255 or 23.41% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90DC is #046F23. Grayscale: #B8B8B8. Windows color (decimal): -290596 or 14455035. OLE color: 14455035.

HSL color Cylindrical-coordinate representation of color #FB90DC: hue angle of 317.38º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB90DC is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 144 220 -
CMYK 0 0.43 0.12 0.02
HSL 317.38º 0.93% 0.77% -
HSV(B) 317.38º 0.43% 0.98% -
XYZ 62.68 45.62 73.21 -
YUV 184.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 251 144 220 0 0.43 0.12 0.02 317.38 0.93 0.77
Hex FB 90 DC 0 2B C 2 13D 5D 4D
Octal 373 220 334 0 53 14 2 475 135 115
Binary 11111011 10010000 11011100 0 101011 1100 10 100111101 1011101 1001101

Color Harmonies of #FB90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB90DC

Black with #FB90DC

Text Example


Text Example

White with #FB90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB90DC; }

 p { color: rgb(251,144,220); }

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

background-color css

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

 a { background-color: rgb(251,144,220); }

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

border-color css

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

 span { border-color: rgb(251,144,220); }

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