Html Css Color HEX #FCAEFC Lavender Rose

📋 copy color: '#FCAEFC'

red 252 ◦ green 174 ◦ blue 252

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

Shades of Lavender Rose #FCAEFC

Tints of Lavender Rose #FCAEFC

RGB

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

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

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

R = 37.17%
G = 25.66%
B = 37.17%

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

#FCAEFC (or 0xFCAEFC) is known color: Lavender Rose. HEX triplet: FC, AE and FC. RGB value is (252,174,252). Sum of RGB (Red+Green+Blue) = 252+174+252=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 174 (68.36% from 255 or 25.66% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCAEFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAEFC is #035103. Grayscale: #CDCDCD. Windows color (decimal): -217348 or 16559868. OLE color: 16559868.

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

Color convert

RGB 252 174 252 -
CMYK 0 0.31 0 0.01
HSL 300º 0.93% 0.84% -
HSV(B) 300º 0.31% 0.99% -
XYZ 72.85 58 99.45 -
YUV 206.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 252 174 252 0 0.31 0 0.01 300 0.93 0.84
Hex FC AE FC 0 1F 0 1 12C 5D 54
Octal 374 256 374 0 37 0 1 454 135 124
Binary 11111100 10101110 11111100 0 11111 0 1 100101100 1011101 1010100

Color Harmonies of #FCAEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAEFC

Black with #FCAEFC

Text Example


Text Example

White with #FCAEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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