#FCAFFE

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

Shades of Lavender Rose #FCAFFE

Tints of Lavender Rose #FCAFFE

Color information

#FCAFFE (or 0xFCAFFE) is unknown color: approx Lavender Rose. HEX triplet: FC, AF and FE. RGB value is (252,175,254). Sum of RGB (Red+Green+Blue) = 252+175+254=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 175 (68.75% from 255 or 25.70% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCAFFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAFFE is #035001. Grayscale: #CECECE. Windows color (decimal): -217090 or 16691196. OLE color: 16691196.

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

Color convert

RGB252175254-
CMYK0.010.3100.00
HSL298.48º97.53%84.12%-
HSV(B)298.48º31.1%99.61%-
XYZ73.3658.51101.19-
YUV207.03154.51160.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 175 (68.75% from 255) = 25.70%
BLUE value IS 254 (99.61% from 255) = 37.30%
R=37.00%
G=25.70%
B=37.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2521752540.010.3100.00298.4897.5384.12
HexFCAFFE11F0012a6254
Octal37425737613700452142124
Binary1111110010101111111111101111110010010101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFFE; }

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

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

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

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

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

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

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

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