Html Css Color HEX #FB9CDA Lavender Rose

📋 copy color: '#FB9CDA'

red 251 ◦ green 156 ◦ blue 218

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

Shades of Lavender Rose #FB9CDA

Tints of Lavender Rose #FB9CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.96%

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

R = 40.16%
G = 24.96%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB9CDA (or 0xFB9CDA) is known color: Lavender Rose. HEX triplet: FB, 9C and DA. RGB value is (251,156,218). Sum of RGB (Red+Green+Blue) = 251+156+218=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 156 (61.33% from 255 or 24.96% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9CDA is #046325. Grayscale: #BFBFBF. Windows color (decimal): -287526 or 14327035. OLE color: 14327035.

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

Color convert

RGB 251 156 218 -
CMYK 0 0.38 0.13 0.02
HSL 320.84º 0.92% 0.8% -
HSV(B) 320.84º 0.38% 0.98% -
XYZ 64.33 49.35 72.46 -
YUV 191.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 251 156 218 0 0.38 0.13 0.02 320.84 0.92 0.8
Hex FB 9C DA 0 26 D 2 141 5C 50
Octal 373 234 332 0 46 15 2 501 134 120
Binary 11111011 10011100 11011010 0 100110 1101 10 101000001 1011100 1010000

Color Harmonies of #FB9CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9CDA

Black with #FB9CDA

Text Example


Text Example

White with #FB9CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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