Html Css Color HEX #FB9CEA Lavender Rose

📋 copy color: '#FB9CEA'

red 251 ◦ green 156 ◦ blue 234

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

Shades of Lavender Rose #FB9CEA

Tints of Lavender Rose #FB9CEA

RGB

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

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

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

R = 39.16%
G = 24.34%
B = 36.51%

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

#FB9CEA (or 0xFB9CEA) is known color: Lavender Rose. HEX triplet: FB, 9C and EA. RGB value is (251,156,234). Sum of RGB (Red+Green+Blue) = 251+156+234=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 156 (61.33% from 255 or 24.34% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9CEA is #046315. Grayscale: #C1C1C1. Windows color (decimal): -287510 or 15375611. OLE color: 15375611.

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

Color convert

RGB 251 156 234 -
CMYK 0 0.38 0.07 0.02
HSL 310.74º 0.92% 0.8% -
HSV(B) 310.74º 0.38% 0.98% -
XYZ 66.52 50.23 84.03 -
YUV 193.3 150.97 169.16 -
System Red Green Blue C M Y K H S L
Decimal 251 156 234 0 0.38 0.07 0.02 310.74 0.92 0.8
Hex FB 9C EA 0 26 7 2 137 5C 50
Octal 373 234 352 0 46 7 2 467 134 120
Binary 11111011 10011100 11101010 0 100110 111 10 100110111 1011100 1010000

Color Harmonies of #FB9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9CEA

Black with #FB9CEA

Text Example


Text Example

White with #FB9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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