Html Css Color HEX #FCADEE Lavender Rose

📋 copy color: '#FCADEE'

red 252 ◦ green 173 ◦ blue 238

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

Shades of Lavender Rose #FCADEE

Tints of Lavender Rose #FCADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.9%

R = 38.01%
G = 26.09%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCADEE (or 0xFCADEE) is known color: Lavender Rose. HEX triplet: FC, AD and EE. RGB value is (252,173,238). Sum of RGB (Red+Green+Blue) = 252+173+238=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 173 (67.97% from 255 or 26.09% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADEE is #035211. Grayscale: #CBCBCB. Windows color (decimal): -217618 or 15642108. OLE color: 15642108.

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

Color convert

RGB 252 173 238 -
CMYK 0 0.31 0.06 0.01
HSL 310.63º 0.93% 0.83% -
HSV(B) 310.63º 0.31% 0.99% -
XYZ 70.52 56.76 88.13 -
YUV 204.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 252 173 238 0 0.31 0.06 0.01 310.63 0.93 0.83
Hex FC AD EE 0 1F 6 1 137 5D 53
Octal 374 255 356 0 37 6 1 467 135 123
Binary 11111100 10101101 11101110 0 11111 110 1 100110111 1011101 1010011

Color Harmonies of #FCADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADEE

Black with #FCADEE

Text Example


Text Example

White with #FCADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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