Html Css Color HEX #FCAFF6 Lavender Rose

📋 copy color: '#FCAFF6'

red 252 ◦ green 175 ◦ blue 246

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

Shades of Lavender Rose #FCAFF6

Tints of Lavender Rose #FCAFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.55%

R = 37.44%
G = 26%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCAFF6 (or 0xFCAFF6) is known color: Lavender Rose. HEX triplet: FC, AF and F6. RGB value is (252,175,246). Sum of RGB (Red+Green+Blue) = 252+175+246=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 175 (68.75% from 255 or 26.00% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAFF6 is #035009. Grayscale: #CDCDCD. Windows color (decimal): -217098 or 16166908. OLE color: 16166908.

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

Color convert

RGB 252 175 246 -
CMYK 0 0.31 0.02 0.01
HSL 304.68º 0.93% 0.84% -
HSV(B) 304.68º 0.31% 0.99% -
XYZ 72.11 58.01 94.59 -
YUV 206.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 252 175 246 0 0.31 0.02 0.01 304.68 0.93 0.84
Hex FC AF F6 0 1F 2 1 131 5D 54
Octal 374 257 366 0 37 2 1 461 135 124
Binary 11111100 10101111 11110110 0 11111 10 1 100110001 1011101 1010100

Color Harmonies of #FCAFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFF6

Black with #FCAFF6

Text Example


Text Example

White with #FCAFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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