Html Css Color HEX #FCAEFE Lavender Rose

📋 copy color: '#FCAEFE'

red 252 ◦ green 174 ◦ blue 254

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

Shades of Lavender Rose #FCAEFE

Tints of Lavender Rose #FCAEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.35%

R = 37.06%
G = 25.59%
B = 37.35%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCAEFE (or 0xFCAEFE) is known color: Lavender Rose. HEX triplet: FC, AE and FE. RGB value is (252,174,254). Sum of RGB (Red+Green+Blue) = 252+174+254=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 174 (68.36% from 255 or 25.59% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCAEFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAEFE is #035101. Grayscale: #CECECE. Windows color (decimal): -217346 or 16690940. OLE color: 16690940.

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

Color convert

RGB 252 174 254 -
CMYK 0.01 0.31 0 0.00
HSL 298.5º 0.98% 0.84% -
HSV(B) 298.5º 0.31% 1% -
XYZ 73.17 58.12 101.13 -
YUV 206.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 252 174 254 0.01 0.31 0 0.00 298.5 0.98 0.84
Hex FC AE FE 1 1F 0 0 12A 62 54
Octal 374 256 376 1 37 0 0 452 142 124
Binary 11111100 10101110 11111110 1 11111 0 0 100101010 1100010 1010100

Color Harmonies of #FCAEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAEFE

Black with #FCAEFE

Text Example


Text Example

White with #FCAEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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