Html Css Color HEX #FCDFFE Selago

📋 copy color: '#FCDFFE'

red 252 ◦ green 223 ◦ blue 254

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

Shades of Selago #FCDFFE

Tints of Selago #FCDFFE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 30.59%

 BLUE value IS 254 (99.61% from 255) = 34.84%

R = 34.57%
G = 30.59%
B = 34.84%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCDFFE (or 0xFCDFFE) is known color: Selago. HEX triplet: FC, DF and FE. RGB value is (252,223,254). Sum of RGB (Red+Green+Blue) = 252+223+254=729 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.57% from 729); Green value is 223 (87.5% from 255 or 30.59% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCDFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFFE is #032001. Grayscale: #EBEBEB. Windows color (decimal): -204802 or 16703484. OLE color: 16703484.

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

Color convert

RGB 252 223 254 -
CMYK 0.01 0.12 0 0.00
HSL 296.13º 0.94% 0.94% -
HSV(B) 296.13º 0.12% 1% -
XYZ 84.42 80.63 104.88 -
YUV 235.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 252 223 254 0.01 0.12 0 0.00 296.13 0.94 0.94
Hex FC DF FE 1 C 0 0 128 5E 5E
Octal 374 337 376 1 14 0 0 450 136 136
Binary 11111100 11011111 11111110 1 1100 0 0 100101000 1011110 1011110

Color Harmonies of #FCDFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFFE

Black with #FCDFFE

Text Example


Text Example

White with #FCDFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFFE; }

 p { color: rgb(252,223,254); }

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

background-color css

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

 a { background-color: rgb(252,223,254); }

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

border-color css

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

 span { border-color: rgb(252,223,254); }

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