Html Css Color HEX #FCADFD Lavender Rose

📋 copy color: '#FCADFD'

red 252 ◦ green 173 ◦ blue 253

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

Shades of Lavender Rose #FCADFD

Tints of Lavender Rose #FCADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 25.52%

 BLUE value IS 253 (99.22% from 255) = 37.32%

R = 37.17%
G = 25.52%
B = 37.32%

CMYK

 C value IS 0.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCADFD (or 0xFCADFD) is known color: Lavender Rose. HEX triplet: FC, AD and FD. RGB value is (252,173,253). Sum of RGB (Red+Green+Blue) = 252+173+253=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 173 (67.97% from 255 or 25.52% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADFD is #035202. Grayscale: #CDCDCD. Windows color (decimal): -217603 or 16625148. OLE color: 16625148.

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

Color convert

RGB 252 173 253 -
CMYK 0.00 0.32 0 0.01
HSL 299.25º 0.95% 0.84% -
HSV(B) 299.25º 0.32% 0.99% -
XYZ 72.82 57.67 100.22 -
YUV 205.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 252 173 253 0.00 0.32 0 0.01 299.25 0.95 0.84
Hex FC AD FD 0 20 0 1 12B 5F 54
Octal 374 255 375 0 40 0 1 453 137 124
Binary 11111100 10101101 11111101 0 100000 0 1 100101011 1011111 1010100

Color Harmonies of #FCADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADFD

Black with #FCADFD

Text Example


Text Example

White with #FCADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADFD; }

 p { color: rgb(252,173,253); }

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

background-color css

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

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

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

border-color css

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

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

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