Html Css Color HEX #FCAFFC Lavender Rose

📋 copy color: '#FCAFFC'

red 252 ◦ green 175 ◦ blue 252

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

Shades of Lavender Rose #FCAFFC

Tints of Lavender Rose #FCAFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 25.77%

 BLUE value IS 252 (98.83% from 255) = 37.11%

R = 37.11%
G = 25.77%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCAFFC (or 0xFCAFFC) is known color: Lavender Rose. HEX triplet: FC, AF and FC. RGB value is (252,175,252). Sum of RGB (Red+Green+Blue) = 252+175+252=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 175 (68.75% from 255 or 25.77% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCAFFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAFFC is #035003. Grayscale: #CECECE. Windows color (decimal): -217092 or 16560124. OLE color: 16560124.

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

Color convert

RGB 252 175 252 -
CMYK 0 0.31 0 0.01
HSL 300º 0.93% 0.84% -
HSV(B) 300º 0.31% 0.99% -
XYZ 73.05 58.38 99.51 -
YUV 206.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 252 175 252 0 0.31 0 0.01 300 0.93 0.84
Hex FC AF FC 0 1F 0 1 12C 5D 54
Octal 374 257 374 0 37 0 1 454 135 124
Binary 11111100 10101111 11111100 0 11111 0 1 100101100 1011101 1010100

Color Harmonies of #FCAFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFFC

Black with #FCAFFC

Text Example


Text Example

White with #FCAFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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