Html Css Color HEX #FD67FE Pink Flamingo

📋 copy color: '#FD67FE'

red 253 ◦ green 103 ◦ blue 254

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

Shades of Pink Flamingo #FD67FE

Tints of Pink Flamingo #FD67FE

RGB

 RED value IS 253 (99.22% from 255) = 41.48%

 GREEN value IS 103 (40.63% from 255) = 16.89%

 BLUE value IS 254 (99.61% from 255) = 41.64%

R = 41.48%
G = 16.89%
B = 41.64%

CMYK

 C value IS 0.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD67FE (or 0xFD67FE) is known color: Pink Flamingo. HEX triplet: FD, 67 and FE. RGB value is (253,103,254). Sum of RGB (Red+Green+Blue) = 253+103+254=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 103 (40.62% from 255 or 16.89% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD67FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD67FE is #029801. Grayscale: #A4A4A4. Windows color (decimal): -169986 or 16672765. OLE color: 16672765.

HSL color Cylindrical-coordinate representation of color #FD67FE: hue angle of 299.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD67FE is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 103 254 -
CMYK 0.00 0.59 0 0.00
HSL 299.6º 0.99% 0.7% -
HSV(B) 299.6º 0.59% 1% -
XYZ 63.25 37.74 97.72 -
YUV 165.06 178.2 190.72 -
System Red Green Blue C M Y K H S L
Decimal 253 103 254 0.00 0.59 0 0.00 299.6 0.99 0.7
Hex FD 67 FE 0 3B 0 0 12C 63 46
Octal 375 147 376 0 73 0 0 454 143 106
Binary 11111101 1100111 11111110 0 111011 0 0 100101100 1100011 1000110

Color Harmonies of #FD67FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD67FE

Black with #FD67FE

Text Example


Text Example

White with #FD67FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD67FE; }

 p { color: rgb(253,103,254); }

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

background-color css

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

 a { background-color: rgb(253,103,254); }

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

border-color css

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

 span { border-color: rgb(253,103,254); }

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