#FCAFED

Color #FCAFED Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FCAFED

Tints of Lavender Rose #FCAFED

Color information

#FCAFED (or 0xFCAFED) is unknown color: approx Lavender Rose. HEX triplet: FC, AF and ED. RGB value is (252,175,237). Sum of RGB (Red+Green+Blue) = 252+175+237=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 175 (68.75% from 255 or 26.36% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAFED is #035012. Grayscale: #CCCCCC. Windows color (decimal): -217107 or 15577084. OLE color: 15577084.

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

Color convert

RGB252175237-
CMYK00.310.060.01
HSL311.69º92.77%83.73%-
HSV(B)311.69º30.56%98.82%-
XYZ70.7657.4787.48-
YUV205.09146.01161.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 175 (68.75% from 255) = 26.36%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=37.95%
G=26.36%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217523700.310.060.01311.6992.7783.73
HexFCAFED01F611385d54
Octal37425735503761470135124
Binary111111001010111111101101011111110110011100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFED; }

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

 H1.HeaderClassName
 {
   color: #FCAFED;
 }
 .AnyTagClassName
 {
   color: #FCAFED;
 }
</style>
background-color css

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

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

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

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

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

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