Html Css Color HEX #FCA4F4 Lavender Rose

📋 copy color: '#FCA4F4'

red 252 ◦ green 164 ◦ blue 244

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

Shades of Lavender Rose #FCA4F4

Tints of Lavender Rose #FCA4F4

RGB

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

 GREEN value IS 164 (64.45% from 255) = 24.85%

 BLUE value IS 244 (95.7% from 255) = 36.97%

R = 38.18%
G = 24.85%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCA4F4 (or 0xFCA4F4) is known color: Lavender Rose. HEX triplet: FC, A4 and F4. RGB value is (252,164,244). Sum of RGB (Red+Green+Blue) = 252+164+244=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 164 (64.45% from 255 or 24.85% from 660); Blue value is 244 (95.70% from 255 or 36.97% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA4F4 is #035B0B. Grayscale: #C7C7C7. Windows color (decimal): -219916 or 16033020. OLE color: 16033020.

HSL color Cylindrical-coordinate representation of color #FCA4F4: hue angle of 305.45º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA4F4 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 164 244 -
CMYK 0 0.35 0.03 0.01
HSL 305.45º 0.94% 0.82% -
HSV(B) 305.45º 0.35% 0.99% -
XYZ 69.75 53.78 92.29 -
YUV 199.43 153.15 165.5 -
System Red Green Blue C M Y K H S L
Decimal 252 164 244 0 0.35 0.03 0.01 305.45 0.94 0.82
Hex FC A4 F4 0 23 3 1 131 5E 52
Octal 374 244 364 0 43 3 1 461 136 122
Binary 11111100 10100100 11110100 0 100011 11 1 100110001 1011110 1010010

Color Harmonies of #FCA4F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA4F4

Black with #FCA4F4

Text Example


Text Example

White with #FCA4F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA4F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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