Html Css Color HEX #FCDBF9 Selago

📋 copy color: '#FCDBF9'

red 252 ◦ green 219 ◦ blue 249

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

Shades of Selago #FCDBF9

Tints of Selago #FCDBF9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.42%

 BLUE value IS 249 (97.66% from 255) = 34.58%

R = 35%
G = 30.42%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCDBF9 (or 0xFCDBF9) is known color: Selago. HEX triplet: FC, DB and F9. RGB value is (252,219,249). Sum of RGB (Red+Green+Blue) = 252+219+249=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 219 (85.94% from 255 or 30.42% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBF9 is #032406. Grayscale: #E8E8E8. Windows color (decimal): -205831 or 16374780. OLE color: 16374780.

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

Color convert

RGB 252 219 249 -
CMYK 0 0.13 0.01 0.01
HSL 305.45º 0.85% 0.92% -
HSV(B) 305.45º 0.13% 0.99% -
XYZ 82.58 78.2 100.36 -
YUV 232.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 252 219 249 0 0.13 0.01 0.01 305.45 0.85 0.92
Hex FC DB F9 0 D 1 1 131 55 5C
Octal 374 333 371 0 15 1 1 461 125 134
Binary 11111100 11011011 11111001 0 1101 1 1 100110001 1010101 1011100

Color Harmonies of #FCDBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBF9

Black with #FCDBF9

Text Example


Text Example

White with #FCDBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBF9; }

 p { color: rgb(252,219,249); }

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

background-color css

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

 a { background-color: rgb(252,219,249); }

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

border-color css

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

 span { border-color: rgb(252,219,249); }

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