Html Css Color HEX #FCAEFF Lavender Rose

📋 copy color: '#FCAEFF'

red 252 ◦ green 174 ◦ blue 255

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

Shades of Lavender Rose #FCAEFF

Tints of Lavender Rose #FCAEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 25.55%

 BLUE value IS 255 (100% from 255) = 37.44%

R = 37%
G = 25.55%
B = 37.44%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCAEFF (or 0xFCAEFF) is known color: Lavender Rose. HEX triplet: FC, AE and FF. RGB value is (252,174,255). Sum of RGB (Red+Green+Blue) = 252+174+255=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 174 (68.36% from 255 or 25.55% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCAEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAEFF is #035100. Grayscale: #CECECE. Windows color (decimal): -217345 or 16756476. OLE color: 16756476.

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

Color convert

RGB 252 174 255 -
CMYK 0.01 0.32 0 0
HSL 297.78º 1% 0.84% -
HSV(B) 297.78º 0.32% 1% -
XYZ 73.33 58.19 101.97 -
YUV 206.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 252 174 255 0.01 0.32 0 0 297.78 1 0.84
Hex FC AE FF 1 20 0 0 12A 64 54
Octal 374 256 377 1 40 0 0 452 144 124
Binary 11111100 10101110 11111111 1 100000 0 0 100101010 1100100 1010100

Color Harmonies of #FCAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAEFF

Black with #FCAEFF

Text Example


Text Example

White with #FCAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAEFF; }

 p { color: rgb(252,174,255); }

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

background-color css

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

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

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

border-color css

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

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

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