Html Css Color HEX #FCAFFF Lavender Rose

📋 copy color: '#FCAFFF'

red 252 ◦ green 175 ◦ blue 255

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

Shades of Lavender Rose #FCAFFF

Tints of Lavender Rose #FCAFFF

RGB

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

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

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

R = 36.95%
G = 25.66%
B = 37.39%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCAFFF (or 0xFCAFFF) is known color: Lavender Rose. HEX triplet: FC, AF and FF. RGB value is (252,175,255). Sum of RGB (Red+Green+Blue) = 252+175+255=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 175 (68.75% from 255 or 25.66% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCAFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAFFF is #035000. Grayscale: #CECECE. Windows color (decimal): -217089 or 16756732. OLE color: 16756732.

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

Color convert

RGB 252 175 255 -
CMYK 0.01 0.31 0 0
HSL 297.75º 1% 0.84% -
HSV(B) 297.75º 0.31% 1% -
XYZ 73.52 58.58 102.04 -
YUV 207.14 155.01 160 -
System Red Green Blue C M Y K H S L
Decimal 252 175 255 0.01 0.31 0 0 297.75 1 0.84
Hex FC AF FF 1 1F 0 0 12A 64 54
Octal 374 257 377 1 37 0 0 452 144 124
Binary 11111100 10101111 11111111 1 11111 0 0 100101010 1100100 1010100

Color Harmonies of #FCAFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFFF

Black with #FCAFFF

Text Example


Text Example

White with #FCAFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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