Html Css Color HEX #FB9CDD Lavender Rose

📋 copy color: '#FB9CDD'

red 251 ◦ green 156 ◦ blue 221

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

Shades of Lavender Rose #FB9CDD

Tints of Lavender Rose #FB9CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.19%

R = 39.97%
G = 24.84%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB9CDD (or 0xFB9CDD) is known color: Lavender Rose. HEX triplet: FB, 9C and DD. RGB value is (251,156,221). Sum of RGB (Red+Green+Blue) = 251+156+221=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 156 (61.33% from 255 or 24.84% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9CDD is #046322. Grayscale: #BFBFBF. Windows color (decimal): -287523 or 14523643. OLE color: 14523643.

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

Color convert

RGB 251 156 221 -
CMYK 0 0.38 0.12 0.02
HSL 318.95º 0.92% 0.8% -
HSV(B) 318.95º 0.38% 0.98% -
XYZ 64.72 49.51 74.55 -
YUV 191.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 251 156 221 0 0.38 0.12 0.02 318.95 0.92 0.8
Hex FB 9C DD 0 26 C 2 13F 5C 50
Octal 373 234 335 0 46 14 2 477 134 120
Binary 11111011 10011100 11011101 0 100110 1100 10 100111111 1011100 1010000

Color Harmonies of #FB9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9CDD

Black with #FB9CDD

Text Example


Text Example

White with #FB9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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