Html Css Color HEX #FCDAFD Selago

📋 copy color: '#FCDAFD'

red 252 ◦ green 218 ◦ blue 253

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

Shades of Selago #FCDAFD

Tints of Selago #FCDAFD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 30.15%

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

R = 34.85%
G = 30.15%
B = 34.99%

CMYK

 C value IS 0.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCDAFD (or 0xFCDAFD) is known color: Selago. HEX triplet: FC, DA and FD. RGB value is (252,218,253). Sum of RGB (Red+Green+Blue) = 252+218+253=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 218 (85.55% from 255 or 30.15% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCDAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAFD is #032502. Grayscale: #E8E8E8. Windows color (decimal): -206083 or 16636668. OLE color: 16636668.

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

Color convert

RGB 252 218 253 -
CMYK 0.00 0.14 0 0.01
HSL 298.29º 0.9% 0.92% -
HSV(B) 298.29º 0.14% 0.99% -
XYZ 82.95 77.93 103.6 -
YUV 232.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 252 218 253 0.00 0.14 0 0.01 298.29 0.9 0.92
Hex FC DA FD 0 E 0 1 12A 5A 5C
Octal 374 332 375 0 16 0 1 452 132 134
Binary 11111100 11011010 11111101 0 1110 0 1 100101010 1011010 1011100

Color Harmonies of #FCDAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAFD

Black with #FCDAFD

Text Example


Text Example

White with #FCDAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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