Html Css Color HEX #FCADF0 Lavender Rose

📋 copy color: '#FCADF0'

red 252 ◦ green 173 ◦ blue 240

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

Shades of Lavender Rose #FCADF0

Tints of Lavender Rose #FCADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.09%

R = 37.89%
G = 26.02%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCADF0 (or 0xFCADF0) is known color: Lavender Rose. HEX triplet: FC, AD and F0. RGB value is (252,173,240). Sum of RGB (Red+Green+Blue) = 252+173+240=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 173 (67.97% from 255 or 26.02% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADF0 is #03520F. Grayscale: #CCCCCC. Windows color (decimal): -217616 or 15773180. OLE color: 15773180.

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

Color convert

RGB 252 173 240 -
CMYK 0 0.31 0.05 0.01
HSL 309.11º 0.93% 0.83% -
HSV(B) 309.11º 0.31% 0.99% -
XYZ 70.82 56.87 89.68 -
YUV 204.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 252 173 240 0 0.31 0.05 0.01 309.11 0.93 0.83
Hex FC AD F0 0 1F 5 1 135 5D 53
Octal 374 255 360 0 37 5 1 465 135 123
Binary 11111100 10101101 11110000 0 11111 101 1 100110101 1011101 1010011

Color Harmonies of #FCADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADF0

Black with #FCADF0

Text Example


Text Example

White with #FCADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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