#FBC1F2

Color #FBC1F2 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FBC1F2

Tints of Lavender Rose #FBC1F2

Color information

#FBC1F2 (or 0xFBC1F2) is unknown color: approx Lavender Rose. HEX triplet: FB, C1 and F2. RGB value is (251,193,242). Sum of RGB (Red+Green+Blue) = 251+193+242=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 193 (75.78% from 255 or 28.13% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC1F2 is #043E0D. Grayscale: #D7D7D7. Windows color (decimal): -278030 or 15909371. OLE color: 15909371.

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

Color convert

RGB251193242-
CMYK00.230.040.02
HSL309.31º87.88%87.06%-
HSV(B)309.31º23.11%98.43%-
XYZ74.8865.0692.62-
YUV215.93142.72153.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 193 (75.78% from 255) = 28.13%
BLUE value IS 242 (94.92% from 255) = 35.28%
R=36.59%
G=28.13%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119324200.230.040.02309.3187.8887.06
HexFBC1F2017421355857
Octal37330136202742465130127
Binary1111101111000001111100100101111001010011010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC1F2; }

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

 H1.HeaderClassName
 {
   color: #FBC1F2;
 }
 .AnyTagClassName
 {
   color: #FBC1F2;
 }
</style>
background-color css

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

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

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

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

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

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