Html Css Color HEX #FBBCEA Lavender Rose

📋 copy color: '#FBBCEA'

red 251 ◦ green 188 ◦ blue 234

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

Shades of Lavender Rose #FBBCEA

Tints of Lavender Rose #FBBCEA

RGB

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

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

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

R = 37.3%
G = 27.93%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBBCEA (or 0xFBBCEA) is known color: Lavender Rose. HEX triplet: FB, BC and EA. RGB value is (251,188,234). Sum of RGB (Red+Green+Blue) = 251+188+234=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 188 (73.83% from 255 or 27.93% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBCEA is #044315. Grayscale: #D3D3D3. Windows color (decimal): -279318 or 15383803. OLE color: 15383803.

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

Color convert

RGB 251 188 234 -
CMYK 0 0.25 0.07 0.02
HSL 316.19º 0.89% 0.86% -
HSV(B) 316.19º 0.25% 0.98% -
XYZ 72.62 62.42 86.06 -
YUV 212.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 251 188 234 0 0.25 0.07 0.02 316.19 0.89 0.86
Hex FB BC EA 0 19 7 2 13C 59 56
Octal 373 274 352 0 31 7 2 474 131 126
Binary 11111011 10111100 11101010 0 11001 111 10 100111100 1011001 1010110

Color Harmonies of #FBBCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBCEA

Black with #FBBCEA

Text Example


Text Example

White with #FBBCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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