Html Css Color HEX #FB90DA Lavender Rose

📋 copy color: '#FB90DA'

red 251 ◦ green 144 ◦ blue 218

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

Shades of Lavender Rose #FB90DA

Tints of Lavender Rose #FB90DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.56%

R = 40.95%
G = 23.49%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB90DA (or 0xFB90DA) is known color: Lavender Rose. HEX triplet: FB, 90 and DA. RGB value is (251,144,218). Sum of RGB (Red+Green+Blue) = 251+144+218=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 144 (56.64% from 255 or 23.49% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90DA is #046F25. Grayscale: #B8B8B8. Windows color (decimal): -290598 or 14323963. OLE color: 14323963.

HSL color Cylindrical-coordinate representation of color #FB90DA: hue angle of 318.5º 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 #FB90DA is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 144 218 -
CMYK 0 0.43 0.13 0.02
HSL 318.5º 0.93% 0.77% -
HSV(B) 318.5º 0.43% 0.98% -
XYZ 62.41 45.52 71.83 -
YUV 184.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 251 144 218 0 0.43 0.13 0.02 318.5 0.93 0.77
Hex FB 90 DA 0 2B D 2 13F 5D 4D
Octal 373 220 332 0 53 15 2 477 135 115
Binary 11111011 10010000 11011010 0 101011 1101 10 100111111 1011101 1001101

Color Harmonies of #FB90DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB90DA

Black with #FB90DA

Text Example


Text Example

White with #FB90DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB90DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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