Html Css Color HEX #FB9BEA Lavender Rose

📋 copy color: '#FB9BEA'

red 251 ◦ green 155 ◦ blue 234

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

Shades of Lavender Rose #FB9BEA

Tints of Lavender Rose #FB9BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.22%

 BLUE value IS 234 (91.8% from 255) = 36.56%

R = 39.22%
G = 24.22%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FB9BEA (or 0xFB9BEA) is known color: Lavender Rose. HEX triplet: FB, 9B and EA. RGB value is (251,155,234). Sum of RGB (Red+Green+Blue) = 251+155+234=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 155 (60.94% from 255 or 24.22% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9BEA is #046415. Grayscale: #C0C0C0. Windows color (decimal): -287766 or 15375355. OLE color: 15375355.

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

Color convert

RGB 251 155 234 -
CMYK 0 0.38 0.07 0.02
HSL 310.63º 0.92% 0.8% -
HSV(B) 310.63º 0.38% 0.98% -
XYZ 66.36 49.89 83.97 -
YUV 192.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 251 155 234 0 0.38 0.07 0.02 310.63 0.92 0.8
Hex FB 9B EA 0 26 7 2 137 5C 50
Octal 373 233 352 0 46 7 2 467 134 120
Binary 11111011 10011011 11101010 0 100110 111 10 100110111 1011100 1010000

Color Harmonies of #FB9BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9BEA

Black with #FB9BEA

Text Example


Text Example

White with #FB9BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9BEA; }

 p { color: rgb(251,155,234); }

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

background-color css

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

 a { background-color: rgb(251,155,234); }

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

border-color css

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

 span { border-color: rgb(251,155,234); }

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