Html Css Color HEX #FCADEB Lavender Rose

📋 copy color: '#FCADEB'

red 252 ◦ green 173 ◦ blue 235

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

Shades of Lavender Rose #FCADEB

Tints of Lavender Rose #FCADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.61%

R = 38.18%
G = 26.21%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCADEB (or 0xFCADEB) is known color: Lavender Rose. HEX triplet: FC, AD and EB. RGB value is (252,173,235). Sum of RGB (Red+Green+Blue) = 252+173+235=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 173 (67.97% from 255 or 26.21% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADEB is #035214. Grayscale: #CBCBCB. Windows color (decimal): -217621 or 15445500. OLE color: 15445500.

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

Color convert

RGB 252 173 235 -
CMYK 0 0.31 0.07 0.01
HSL 312.91º 0.93% 0.83% -
HSV(B) 312.91º 0.31% 0.99% -
XYZ 70.08 56.58 85.82 -
YUV 203.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 252 173 235 0 0.31 0.07 0.01 312.91 0.93 0.83
Hex FC AD EB 0 1F 7 1 139 5D 53
Octal 374 255 353 0 37 7 1 471 135 123
Binary 11111100 10101101 11101011 0 11111 111 1 100111001 1011101 1010011

Color Harmonies of #FCADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADEB

Black with #FCADEB

Text Example


Text Example

White with #FCADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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