Html Css Color HEX #FCDFFB Selago

📋 copy color: '#FCDFFB'

red 252 ◦ green 223 ◦ blue 251

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

Shades of Selago #FCDFFB

Tints of Selago #FCDFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 34.57%

R = 34.71%
G = 30.72%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCDFFB (or 0xFCDFFB) is known color: Selago. HEX triplet: FC, DF and FB. RGB value is (252,223,251). Sum of RGB (Red+Green+Blue) = 252+223+251=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 223 (87.5% from 255 or 30.72% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFFB is #032004. Grayscale: #EAEAEA. Windows color (decimal): -204805 or 16506876. OLE color: 16506876.

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

Color convert

RGB 252 223 251 -
CMYK 0 0.12 0.00 0.01
HSL 302.07º 0.83% 0.93% -
HSV(B) 302.07º 0.12% 0.99% -
XYZ 83.95 80.44 102.37 -
YUV 234.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 252 223 251 0 0.12 0.00 0.01 302.07 0.83 0.93
Hex FC DF FB 0 C 0 1 12E 53 5D
Octal 374 337 373 0 14 0 1 456 123 135
Binary 11111100 11011111 11111011 0 1100 0 1 100101110 1010011 1011101

Color Harmonies of #FCDFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFFB

Black with #FCDFFB

Text Example


Text Example

White with #FCDFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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