Html Css Color HEX #FCB0D4 Lavender Pink

📋 copy color: '#FCB0D4'

red 252 ◦ green 176 ◦ blue 212

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

Shades of Lavender Pink #FCB0D4

Tints of Lavender Pink #FCB0D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.13%

R = 39.38%
G = 27.5%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCB0D4 (or 0xFCB0D4) is known color: Lavender Pink. HEX triplet: FC, B0 and D4. RGB value is (252,176,212). Sum of RGB (Red+Green+Blue) = 252+176+212=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0D4 is #034F2B. Grayscale: #CACACA. Windows color (decimal): -216876 or 13938940. OLE color: 13938940.

HSL color Cylindrical-coordinate representation of color #FCB0D4: hue angle of 331.58º 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 #FCB0D4 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 176 212 -
CMYK 0 0.30 0.16 0.01
HSL 331.58º 0.93% 0.84% -
HSV(B) 331.58º 0.3% 0.99% -
XYZ 67.55 56.5 69.63 -
YUV 202.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 252 176 212 0 0.30 0.16 0.01 331.58 0.93 0.84
Hex FC B0 D4 0 1E 10 1 14C 5D 54
Octal 374 260 324 0 36 20 1 514 135 124
Binary 11111100 10110000 11010100 0 11110 10000 1 101001100 1011101 1010100

Color Harmonies of #FCB0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0D4

Black with #FCB0D4

Text Example


Text Example

White with #FCB0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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