#FCAFF2

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

Shades of Lavender Rose #FCAFF2

Tints of Lavender Rose #FCAFF2

Color information

#FCAFF2 (or 0xFCAFF2) is unknown color: approx Lavender Rose. HEX triplet: FC, AF and F2. RGB value is (252,175,242). Sum of RGB (Red+Green+Blue) = 252+175+242=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 175 (68.75% from 255 or 26.16% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAFF2 is #03500D. Grayscale: #CDCDCD. Windows color (decimal): -217102 or 15904764. OLE color: 15904764.

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

Color convert

RGB252175242-
CMYK00.310.040.01
HSL307.79º92.77%83.73%-
HSV(B)307.79º30.56%98.82%-
XYZ71.557.7791.39-
YUV205.66148.51161.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 175 (68.75% from 255) = 26.16%
BLUE value IS 242 (94.92% from 255) = 36.17%
R=37.67%
G=26.16%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217524200.310.040.01307.7992.7783.73
HexFCAFF201F411345d54
Octal37425736203741464135124
Binary111111001010111111110010011111100110011010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFF2; }

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

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

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

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

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

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

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

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