Html Css Color HEX #FCDDFA Selago

📋 copy color: '#FCDDFA'

red 252 ◦ green 221 ◦ blue 250

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

Shades of Selago #FCDDFA

Tints of Selago #FCDDFA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 30.57%

 BLUE value IS 250 (98.05% from 255) = 34.58%

R = 34.85%
G = 30.57%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCDDFA (or 0xFCDDFA) is known color: Selago. HEX triplet: FC, DD and FA. RGB value is (252,221,250). Sum of RGB (Red+Green+Blue) = 252+221+250=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 221 (86.72% from 255 or 30.57% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDFA is #032205. Grayscale: #E9E9E9. Windows color (decimal): -205318 or 16440828. OLE color: 16440828.

HSL color Cylindrical-coordinate representation of color #FCDDFA: hue angle of 303.87º degrees, saturation: 0.84, 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 #FCDDFA is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 221 250 -
CMYK 0 0.12 0.01 0.01
HSL 303.87º 0.84% 0.93% -
HSV(B) 303.87º 0.12% 0.99% -
XYZ 83.26 79.31 101.36 -
YUV 233.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 252 221 250 0 0.12 0.01 0.01 303.87 0.84 0.93
Hex FC DD FA 0 C 1 1 130 54 5D
Octal 374 335 372 0 14 1 1 460 124 135
Binary 11111100 11011101 11111010 0 1100 1 1 100110000 1010100 1011101

Color Harmonies of #FCDDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDFA

Black with #FCDDFA

Text Example


Text Example

White with #FCDDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDFA; }

 p { color: rgb(252,221,250); }

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

background-color css

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

 a { background-color: rgb(252,221,250); }

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

border-color css

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

 span { border-color: rgb(252,221,250); }

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