Html Css Color HEX #FCADED Lavender Rose

📋 copy color: '#FCADED'

red 252 ◦ green 173 ◦ blue 237

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

Shades of Lavender Rose #FCADED

Tints of Lavender Rose #FCADED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.8%

R = 38.07%
G = 26.13%
B = 35.8%

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

#FCADED (or 0xFCADED) is known color: Lavender Rose. HEX triplet: FC, AD and ED. RGB value is (252,173,237). Sum of RGB (Red+Green+Blue) = 252+173+237=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 173 (67.97% from 255 or 26.13% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADED is #035212. Grayscale: #CBCBCB. Windows color (decimal): -217619 or 15576572. OLE color: 15576572.

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

Color convert

RGB 252 173 237 -
CMYK 0 0.31 0.06 0.01
HSL 311.39º 0.93% 0.83% -
HSV(B) 311.39º 0.31% 0.99% -
XYZ 70.37 56.7 87.36 -
YUV 203.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 252 173 237 0 0.31 0.06 0.01 311.39 0.93 0.83
Hex FC AD ED 0 1F 6 1 137 5D 53
Octal 374 255 355 0 37 6 1 467 135 123
Binary 11111100 10101101 11101101 0 11111 110 1 100110111 1011101 1010011

Color Harmonies of #FCADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADED

Black with #FCADED

Text Example


Text Example

White with #FCADED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADED; }

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

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

background-color css

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

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

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

border-color css

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

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

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