Html Css Color HEX #FCDFFF Selago

📋 copy color: '#FCDFFF'

red 252 ◦ green 223 ◦ blue 255

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

Shades of Selago #FCDFFF

Tints of Selago #FCDFFF

RGB

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

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

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

R = 34.52%
G = 30.55%
B = 34.93%

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

#FCDFFF (or 0xFCDFFF) is known color: Selago. HEX triplet: FC, DF and FF. RGB value is (252,223,255). Sum of RGB (Red+Green+Blue) = 252+223+255=730 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.52% from 730); Green value is 223 (87.5% from 255 or 30.55% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCDFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFFF is #032000. Grayscale: #EBEBEB. Windows color (decimal): -204801 or 16769020. OLE color: 16769020.

HSL color Cylindrical-coordinate representation of color #FCDFFF: hue angle of 294.38º 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 #FCDFFF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 252 223 255 -
CMYK 0.01 0.13 0 0
HSL 294.38º 1% 0.94% -
HSV(B) 294.38º 0.13% 1% -
XYZ 84.58 80.69 105.72 -
YUV 235.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 252 223 255 0.01 0.13 0 0 294.38 1 0.94
Hex FC DF FF 1 D 0 0 126 64 5E
Octal 374 337 377 1 15 0 0 446 144 136
Binary 11111100 11011111 11111111 1 1101 0 0 100100110 1100100 1011110

Color Harmonies of #FCDFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFFF

Black with #FCDFFF

Text Example


Text Example

White with #FCDFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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