Html Css Color HEX #FCB3F1 Lavender Rose

📋 copy color: '#FCB3F1'

red 252 ◦ green 179 ◦ blue 241

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

Shades of Lavender Rose #FCB3F1

Tints of Lavender Rose #FCB3F1

RGB

 RED value IS 252 (98.83% from 255) = 37.5%

 GREEN value IS 179 (70.31% from 255) = 26.64%

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

R = 37.5%
G = 26.64%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCB3F1 (or 0xFCB3F1) is known color: Lavender Rose. HEX triplet: FC, B3 and F1. RGB value is (252,179,241). Sum of RGB (Red+Green+Blue) = 252+179+241=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 179 (70.31% from 255 or 26.64% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB3F1 is #034C0E. Grayscale: #CFCFCF. Windows color (decimal): -216079 or 15840252. OLE color: 15840252.

HSL color Cylindrical-coordinate representation of color #FCB3F1: hue angle of 309.04º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB3F1 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 179 241 -
CMYK 0 0.29 0.04 0.01
HSL 309.04º 0.92% 0.85% -
HSV(B) 309.04º 0.29% 0.99% -
XYZ 72.14 59.29 90.86 -
YUV 207.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 252 179 241 0 0.29 0.04 0.01 309.04 0.92 0.85
Hex FC B3 F1 0 1D 4 1 135 5C 55
Octal 374 263 361 0 35 4 1 465 134 125
Binary 11111100 10110011 11110001 0 11101 100 1 100110101 1011100 1010101

Color Harmonies of #FCB3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB3F1

Black with #FCB3F1

Text Example


Text Example

White with #FCB3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB3F1; }

 p { color: rgb(252,179,241); }

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

background-color css

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

 a { background-color: rgb(252,179,241); }

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

border-color css

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

 span { border-color: rgb(252,179,241); }

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