Html Css Color HEX #FB9CF8 Lavender Rose

📋 copy color: '#FB9CF8'

red 251 ◦ green 156 ◦ blue 248

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

Shades of Lavender Rose #FB9CF8

Tints of Lavender Rose #FB9CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.86%

R = 38.32%
G = 23.82%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FB9CF8 (or 0xFB9CF8) is known color: Lavender Rose. HEX triplet: FB, 9C and F8. RGB value is (251,156,248). Sum of RGB (Red+Green+Blue) = 251+156+248=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 156 (61.33% from 255 or 23.82% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9CF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9CF8 is #046307. Grayscale: #C2C2C2. Windows color (decimal): -287496 or 16293115. OLE color: 16293115.

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

Color convert

RGB 251 156 248 -
CMYK 0 0.38 0.01 0.02
HSL 301.89º 0.92% 0.8% -
HSV(B) 301.89º 0.38% 0.98% -
XYZ 68.62 51.06 95.05 -
YUV 194.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 251 156 248 0 0.38 0.01 0.02 301.89 0.92 0.8
Hex FB 9C F8 0 26 1 2 12E 5C 50
Octal 373 234 370 0 46 1 2 456 134 120
Binary 11111011 10011100 11111000 0 100110 1 10 100101110 1011100 1010000

Color Harmonies of #FB9CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9CF8

Black with #FB9CF8

Text Example


Text Example

White with #FB9CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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