Html Css Color HEX #FCDEFF Selago

📋 copy color: '#FCDEFF'

red 252 ◦ green 222 ◦ blue 255

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

Shades of Selago #FCDEFF

Tints of Selago #FCDEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 30.45%

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

R = 34.57%
G = 30.45%
B = 34.98%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCDEFF (or 0xFCDEFF) is known color: Selago. HEX triplet: FC, DE and FF. RGB value is (252,222,255). Sum of RGB (Red+Green+Blue) = 252+222+255=729 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.57% from 729); Green value is 222 (87.11% from 255 or 30.45% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCDEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEFF is #032100. Grayscale: #EAEAEA. Windows color (decimal): -205057 or 16768764. OLE color: 16768764.

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

Color convert

RGB 252 222 255 -
CMYK 0.01 0.13 0 0
HSL 294.55º 1% 0.94% -
HSV(B) 294.55º 0.13% 1% -
XYZ 84.32 80.16 105.64 -
YUV 234.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 252 222 255 0.01 0.13 0 0 294.55 1 0.94
Hex FC DE FF 1 D 0 0 127 64 5E
Octal 374 336 377 1 15 0 0 447 144 136
Binary 11111100 11011110 11111111 1 1101 0 0 100100111 1100100 1011110

Color Harmonies of #FCDEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDEFF

Black with #FCDEFF

Text Example


Text Example

White with #FCDEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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