Html Css Color HEX #FCADDB Lavender Pink

📋 copy color: '#FCADDB'

red 252 ◦ green 173 ◦ blue 219

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

Shades of Lavender Pink #FCADDB

Tints of Lavender Pink #FCADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.86%

 BLUE value IS 219 (85.94% from 255) = 34.01%

R = 39.13%
G = 26.86%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCADDB (or 0xFCADDB) is known color: Lavender Pink. HEX triplet: FC, AD and DB. RGB value is (252,173,219). Sum of RGB (Red+Green+Blue) = 252+173+219=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADDB is #035224. Grayscale: #C9C9C9. Windows color (decimal): -217637 or 14396924. OLE color: 14396924.

HSL color Cylindrical-coordinate representation of color #FCADDB: hue angle of 325.06º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCADDB is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 173 219 -
CMYK 0 0.31 0.13 0.01
HSL 325.06º 0.93% 0.83% -
HSV(B) 325.06º 0.31% 0.99% -
XYZ 67.87 55.7 74.19 -
YUV 201.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 252 173 219 0 0.31 0.13 0.01 325.06 0.93 0.83
Hex FC AD DB 0 1F D 1 145 5D 53
Octal 374 255 333 0 37 15 1 505 135 123
Binary 11111100 10101101 11011011 0 11111 1101 1 101000101 1011101 1010011

Color Harmonies of #FCADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADDB

Black with #FCADDB

Text Example


Text Example

White with #FCADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADDB; }

 p { color: rgb(252,173,219); }

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

background-color css

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

 a { background-color: rgb(252,173,219); }

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

border-color css

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

 span { border-color: rgb(252,173,219); }

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