Html Css Color HEX #FBC2F1 Lavender Rose

📋 copy color: '#FBC2F1'

red 251 ◦ green 194 ◦ blue 241

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

Shades of Lavender Rose #FBC2F1

Tints of Lavender Rose #FBC2F1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.28%

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

R = 36.59%
G = 28.28%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBC2F1 (or 0xFBC2F1) is known color: Lavender Rose. HEX triplet: FB, C2 and F1. RGB value is (251,194,241). Sum of RGB (Red+Green+Blue) = 251+194+241=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 194 (76.17% from 255 or 28.28% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC2F1 is #043D0E. Grayscale: #D8D8D8. Windows color (decimal): -277775 or 15844091. OLE color: 15844091.

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

Color convert

RGB 251 194 241 -
CMYK 0 0.23 0.04 0.02
HSL 310.53º 0.88% 0.87% -
HSV(B) 310.53º 0.23% 0.98% -
XYZ 74.95 65.44 91.9 -
YUV 216.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 251 194 241 0 0.23 0.04 0.02 310.53 0.88 0.87
Hex FB C2 F1 0 17 4 2 137 58 57
Octal 373 302 361 0 27 4 2 467 130 127
Binary 11111011 11000010 11110001 0 10111 100 10 100110111 1011000 1010111

Color Harmonies of #FBC2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC2F1

Black with #FBC2F1

Text Example


Text Example

White with #FBC2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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