Html Css Color HEX #FBBCF2 Lavender Rose

📋 copy color: '#FBBCF2'

red 251 ◦ green 188 ◦ blue 242

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

Shades of Lavender Rose #FBBCF2

Tints of Lavender Rose #FBBCF2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.61%

 BLUE value IS 242 (94.92% from 255) = 35.54%

R = 36.86%
G = 27.61%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBBCF2 (or 0xFBBCF2) is known color: Lavender Rose. HEX triplet: FB, BC and F2. RGB value is (251,188,242). Sum of RGB (Red+Green+Blue) = 251+188+242=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 188 (73.83% from 255 or 27.61% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBCF2 is #04430D. Grayscale: #D4D4D4. Windows color (decimal): -279310 or 15908091. OLE color: 15908091.

HSL color Cylindrical-coordinate representation of color #FBBCF2: hue angle of 308.57º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBCF2 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 188 242 -
CMYK 0 0.25 0.04 0.02
HSL 308.57º 0.89% 0.86% -
HSV(B) 308.57º 0.25% 0.98% -
XYZ 73.79 62.89 92.25 -
YUV 212.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 251 188 242 0 0.25 0.04 0.02 308.57 0.89 0.86
Hex FB BC F2 0 19 4 2 135 59 56
Octal 373 274 362 0 31 4 2 465 131 126
Binary 11111011 10111100 11110010 0 11001 100 10 100110101 1011001 1010110

Color Harmonies of #FBBCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBCF2

Black with #FBBCF2

Text Example


Text Example

White with #FBBCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBCF2; }

 p { color: rgb(251,188,242); }

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

background-color css

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

 a { background-color: rgb(251,188,242); }

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

border-color css

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

 span { border-color: rgb(251,188,242); }

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