Html Css Color HEX #FBC2F2 Lavender Rose

📋 copy color: '#FBC2F2'

red 251 ◦ green 194 ◦ blue 242

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

Shades of Lavender Rose #FBC2F2

Tints of Lavender Rose #FBC2F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.23%

R = 36.54%
G = 28.24%
B = 35.23%

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

#FBC2F2 (or 0xFBC2F2) is known color: Lavender Rose. HEX triplet: FB, C2 and F2. RGB value is (251,194,242). Sum of RGB (Red+Green+Blue) = 251+194+242=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 194 (76.17% from 255 or 28.24% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC2F2 is #043D0D. Grayscale: #D8D8D8. Windows color (decimal): -277774 or 15909627. OLE color: 15909627.

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

Color convert

RGB 251 194 242 -
CMYK 0 0.23 0.04 0.02
HSL 309.47º 0.88% 0.87% -
HSV(B) 309.47º 0.23% 0.98% -
XYZ 75.1 65.5 92.69 -
YUV 216.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 251 194 242 0 0.23 0.04 0.02 309.47 0.88 0.87
Hex FB C2 F2 0 17 4 2 135 58 57
Octal 373 302 362 0 27 4 2 465 130 127
Binary 11111011 11000010 11110010 0 10111 100 10 100110101 1011000 1010111

Color Harmonies of #FBC2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC2F2

Black with #FBC2F2

Text Example


Text Example

White with #FBC2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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