Html Css Color HEX #FB9AD3 Lavender Rose

📋 copy color: '#FB9AD3'

red 251 ◦ green 154 ◦ blue 211

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

Shades of Lavender Rose #FB9AD3

Tints of Lavender Rose #FB9AD3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25%

 BLUE value IS 211 (82.81% from 255) = 34.25%

R = 40.75%
G = 25%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FB9AD3 (or 0xFB9AD3) is known color: Lavender Rose. HEX triplet: FB, 9A and D3. RGB value is (251,154,211). Sum of RGB (Red+Green+Blue) = 251+154+211=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9AD3 is #04652C. Grayscale: #BDBDBD. Windows color (decimal): -288045 or 13867771. OLE color: 13867771.

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

Color convert

RGB 251 154 211 -
CMYK 0 0.39 0.16 0.02
HSL 324.74º 0.92% 0.79% -
HSV(B) 324.74º 0.39% 0.98% -
XYZ 63.1 48.32 67.63 -
YUV 189.5 140.14 171.87 -
System Red Green Blue C M Y K H S L
Decimal 251 154 211 0 0.39 0.16 0.02 324.74 0.92 0.79
Hex FB 9A D3 0 27 10 2 145 5C 4F
Octal 373 232 323 0 47 20 2 505 134 117
Binary 11111011 10011010 11010011 0 100111 10000 10 101000101 1011100 1001111

Color Harmonies of #FB9AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9AD3

Black with #FB9AD3

Text Example


Text Example

White with #FB9AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9AD3; }

 p { color: rgb(251,154,211); }

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

background-color css

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

 a { background-color: rgb(251,154,211); }

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

border-color css

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

 span { border-color: rgb(251,154,211); }

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