Html Css Color HEX #FCDAFF Selago

📋 copy color: '#FCDAFF'

red 252 ◦ green 218 ◦ blue 255

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

Shades of Selago #FCDAFF

Tints of Selago #FCDAFF

RGB

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

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

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

R = 34.76%
G = 30.07%
B = 35.17%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCDAFF (or 0xFCDAFF) is known color: Selago. HEX triplet: FC, DA and FF. RGB value is (252,218,255). Sum of RGB (Red+Green+Blue) = 252+218+255=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 218 (85.55% from 255 or 30.07% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCDAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAFF is #032500. Grayscale: #E8E8E8. Windows color (decimal): -206081 or 16767740. OLE color: 16767740.

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

Color convert

RGB 252 218 255 -
CMYK 0.01 0.15 0 0
HSL 295.14º 1% 0.93% -
HSV(B) 295.14º 0.15% 1% -
XYZ 83.27 78.06 105.29 -
YUV 232.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 252 218 255 0.01 0.15 0 0 295.14 1 0.93
Hex FC DA FF 1 F 0 0 127 64 5D
Octal 374 332 377 1 17 0 0 447 144 135
Binary 11111100 11011010 11111111 1 1111 0 0 100100111 1100100 1011101

Color Harmonies of #FCDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAFF

Black with #FCDAFF

Text Example


Text Example

White with #FCDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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