Html Css Color HEX #FCB0DE Lavender Pink

📋 copy color: '#FCB0DE'

red 252 ◦ green 176 ◦ blue 222

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

Shades of Lavender Pink #FCB0DE

Tints of Lavender Pink #FCB0DE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.08%

 BLUE value IS 222 (87.11% from 255) = 34.15%

R = 38.77%
G = 27.08%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCB0DE (or 0xFCB0DE) is known color: Lavender Pink. HEX triplet: FC, B0 and DE. RGB value is (252,176,222). Sum of RGB (Red+Green+Blue) = 252+176+222=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 176 (69.14% from 255 or 27.08% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0DE is #034F21. Grayscale: #CBCBCB. Windows color (decimal): -216866 or 14594300. OLE color: 14594300.

HSL color Cylindrical-coordinate representation of color #FCB0DE: hue angle of 323.68º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB0DE is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 176 222 -
CMYK 0 0.30 0.12 0.01
HSL 323.68º 0.93% 0.84% -
HSV(B) 323.68º 0.3% 0.99% -
XYZ 68.86 57.02 76.48 -
YUV 203.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 252 176 222 0 0.30 0.12 0.01 323.68 0.93 0.84
Hex FC B0 DE 0 1E C 1 144 5D 54
Octal 374 260 336 0 36 14 1 504 135 124
Binary 11111100 10110000 11011110 0 11110 1100 1 101000100 1011101 1010100

Color Harmonies of #FCB0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0DE

Black with #FCB0DE

Text Example


Text Example

White with #FCB0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0DE; }

 p { color: rgb(252,176,222); }

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

background-color css

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

 a { background-color: rgb(252,176,222); }

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

border-color css

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

 span { border-color: rgb(252,176,222); }

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