Html Css Color HEX #FBC1EF Lavender Rose

📋 copy color: '#FBC1EF'

red 251 ◦ green 193 ◦ blue 239

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

Shades of Lavender Rose #FBC1EF

Tints of Lavender Rose #FBC1EF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.26%

 BLUE value IS 239 (93.75% from 255) = 34.99%

R = 36.75%
G = 28.26%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FBC1EF (or 0xFBC1EF) is known color: Lavender Rose. HEX triplet: FB, C1 and EF. RGB value is (251,193,239). Sum of RGB (Red+Green+Blue) = 251+193+239=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 193 (75.78% from 255 or 28.26% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC1EF is #043E10. Grayscale: #D7D7D7. Windows color (decimal): -278033 or 15712763. OLE color: 15712763.

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

Color convert

RGB 251 193 239 -
CMYK 0 0.23 0.05 0.02
HSL 312.41º 0.88% 0.87% -
HSV(B) 312.41º 0.23% 0.98% -
XYZ 74.43 64.88 90.26 -
YUV 215.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 251 193 239 0 0.23 0.05 0.02 312.41 0.88 0.87
Hex FB C1 EF 0 17 5 2 138 58 57
Octal 373 301 357 0 27 5 2 470 130 127
Binary 11111011 11000001 11101111 0 10111 101 10 100111000 1011000 1010111

Color Harmonies of #FBC1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC1EF

Black with #FBC1EF

Text Example


Text Example

White with #FBC1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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