Html Css Color HEX #FCB1D4 Lavender Pink

📋 copy color: '#FCB1D4'

red 252 ◦ green 177 ◦ blue 212

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

Shades of Lavender Pink #FCB1D4

Tints of Lavender Pink #FCB1D4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.61%

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

R = 39.31%
G = 27.61%
B = 33.07%

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

#FCB1D4 (or 0xFCB1D4) is known color: Lavender Pink. HEX triplet: FC, B1 and D4. RGB value is (252,177,212). Sum of RGB (Red+Green+Blue) = 252+177+212=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 177 (69.53% from 255 or 27.61% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1D4 is #034E2B. Grayscale: #CBCBCB. Windows color (decimal): -216620 or 13939196. OLE color: 13939196.

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

Color convert

RGB 252 177 212 -
CMYK 0 0.30 0.16 0.01
HSL 332º 0.93% 0.84% -
HSV(B) 332º 0.3% 0.99% -
XYZ 67.75 56.89 69.7 -
YUV 203.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 252 177 212 0 0.30 0.16 0.01 332 0.93 0.84
Hex FC B1 D4 0 1E 10 1 14C 5D 54
Octal 374 261 324 0 36 20 1 514 135 124
Binary 11111100 10110001 11010100 0 11110 10000 1 101001100 1011101 1010100

Color Harmonies of #FCB1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB1D4

Black with #FCB1D4

Text Example


Text Example

White with #FCB1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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