Html Css Color HEX #FB9FDA Lavender Rose

📋 copy color: '#FB9FDA'

red 251 ◦ green 159 ◦ blue 218

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

Shades of Lavender Rose #FB9FDA

Tints of Lavender Rose #FB9FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.32%

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

R = 39.97%
G = 25.32%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB9FDA (or 0xFB9FDA) is known color: Lavender Rose. HEX triplet: FB, 9F and DA. RGB value is (251,159,218). Sum of RGB (Red+Green+Blue) = 251+159+218=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9FDA is #046025. Grayscale: #C1C1C1. Windows color (decimal): -286758 or 14327803. OLE color: 14327803.

HSL color Cylindrical-coordinate representation of color #FB9FDA: hue angle of 321.52º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FB9FDA is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 159 218 -
CMYK 0 0.37 0.13 0.02
HSL 321.52º 0.92% 0.8% -
HSV(B) 321.52º 0.37% 0.98% -
XYZ 64.84 50.37 72.63 -
YUV 193.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 251 159 218 0 0.37 0.13 0.02 321.52 0.92 0.8
Hex FB 9F DA 0 25 D 2 142 5C 50
Octal 373 237 332 0 45 15 2 502 134 120
Binary 11111011 10011111 11011010 0 100101 1101 10 101000010 1011100 1010000

Color Harmonies of #FB9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9FDA

Black with #FB9FDA

Text Example


Text Example

White with #FB9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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