Html Css Color HEX #FBC3F1 Lavender Rose

📋 copy color: '#FBC3F1'

red 251 ◦ green 195 ◦ blue 241

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

Shades of Lavender Rose #FBC3F1

Tints of Lavender Rose #FBC3F1

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.38%

 BLUE value IS 241 (94.53% from 255) = 35.08%

R = 36.54%
G = 28.38%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBC3F1 (or 0xFBC3F1) is known color: Lavender Rose. HEX triplet: FB, C3 and F1. RGB value is (251,195,241). Sum of RGB (Red+Green+Blue) = 251+195+241=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 195 (76.56% from 255 or 28.38% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC3F1 is #043C0E. Grayscale: #D8D8D8. Windows color (decimal): -277519 or 15844347. OLE color: 15844347.

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

Color convert

RGB 251 195 241 -
CMYK 0 0.22 0.04 0.02
HSL 310.71º 0.88% 0.87% -
HSV(B) 310.71º 0.22% 0.98% -
XYZ 75.18 65.89 91.97 -
YUV 216.99 141.55 152.26 -
System Red Green Blue C M Y K H S L
Decimal 251 195 241 0 0.22 0.04 0.02 310.71 0.88 0.87
Hex FB C3 F1 0 16 4 2 137 58 57
Octal 373 303 361 0 26 4 2 467 130 127
Binary 11111011 11000011 11110001 0 10110 100 10 100110111 1011000 1010111

Color Harmonies of #FBC3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC3F1

Black with #FBC3F1

Text Example


Text Example

White with #FBC3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC3F1; }

 p { color: rgb(251,195,241); }

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

background-color css

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

 a { background-color: rgb(251,195,241); }

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

border-color css

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

 span { border-color: rgb(251,195,241); }

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