#FCAFF4

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

Shades of Lavender Rose #FCAFF4

Tints of Lavender Rose #FCAFF4

Color information

#FCAFF4 (or 0xFCAFF4) is unknown color: approx Lavender Rose. HEX triplet: FC, AF and F4. RGB value is (252,175,244). Sum of RGB (Red+Green+Blue) = 252+175+244=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 175 (68.75% from 255 or 26.08% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAFF4 is #03500B. Grayscale: #CDCDCD. Windows color (decimal): -217100 or 16035836. OLE color: 16035836.

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

Color convert

RGB252175244-
CMYK00.310.030.01
HSL306.23º92.77%83.73%-
HSV(B)306.23º30.56%98.82%-
XYZ71.857.8992.98-
YUV205.89149.51160.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 175 (68.75% from 255) = 26.08%
BLUE value IS 244 (95.70% from 255) = 36.36%
R=37.56%
G=26.08%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217524400.310.030.01306.2392.7783.73
HexFCAFF401F311325d54
Octal37425736403731462135124
Binary11111100101011111111010001111111110011001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFF4; }

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

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

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

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

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

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

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

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