Html Css Color HEX #FCD4FF Selago

📋 copy color: '#FCD4FF'

red 252 ◦ green 212 ◦ blue 255

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

Shades of Selago #FCD4FF

Tints of Selago #FCD4FF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 29.49%

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

R = 35.05%
G = 29.49%
B = 35.47%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCD4FF (or 0xFCD4FF) is known color: Selago. HEX triplet: FC, D4 and FF. RGB value is (252,212,255). Sum of RGB (Red+Green+Blue) = 252+212+255=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 212 (83.20% from 255 or 29.49% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCD4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD4FF is #032B00. Grayscale: #E4E4E4. Windows color (decimal): -207617 or 16766204. OLE color: 16766204.

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

Color convert

RGB 252 212 255 -
CMYK 0.01 0.17 0 0
HSL 295.81º 1% 0.92% -
HSV(B) 295.81º 0.17% 1% -
XYZ 81.74 75 104.78 -
YUV 228.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 252 212 255 0.01 0.17 0 0 295.81 1 0.92
Hex FC D4 FF 1 11 0 0 128 64 5C
Octal 374 324 377 1 21 0 0 450 144 134
Binary 11111100 11010100 11111111 1 10001 0 0 100101000 1100100 1011100

Color Harmonies of #FCD4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD4FF

Black with #FCD4FF

Text Example


Text Example

White with #FCD4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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