Html Css Color HEX #FBBCF0 Lavender Rose

📋 copy color: '#FBBCF0'

red 251 ◦ green 188 ◦ blue 240

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

Shades of Lavender Rose #FBBCF0

Tints of Lavender Rose #FBBCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.35%

R = 36.97%
G = 27.69%
B = 35.35%

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

#FBBCF0 (or 0xFBBCF0) is known color: Lavender Rose. HEX triplet: FB, BC and F0. RGB value is (251,188,240). Sum of RGB (Red+Green+Blue) = 251+188+240=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 188 (73.83% from 255 or 27.69% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBCF0 is #04430F. Grayscale: #D4D4D4. Windows color (decimal): -279312 or 15777019. OLE color: 15777019.

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

Color convert

RGB 251 188 240 -
CMYK 0 0.25 0.04 0.02
HSL 310.48º 0.89% 0.86% -
HSV(B) 310.48º 0.25% 0.98% -
XYZ 73.5 62.77 90.68 -
YUV 212.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 251 188 240 0 0.25 0.04 0.02 310.48 0.89 0.86
Hex FB BC F0 0 19 4 2 136 59 56
Octal 373 274 360 0 31 4 2 466 131 126
Binary 11111011 10111100 11110000 0 11001 100 10 100110110 1011001 1010110

Color Harmonies of #FBBCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBCF0

Black with #FBBCF0

Text Example


Text Example

White with #FBBCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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