Html Css Color HEX #FD669C Brilliant Rose

📋 copy color: '#FD669C'

red 253 ◦ green 102 ◦ blue 156

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

Shades of Brilliant Rose #FD669C

Tints of Brilliant Rose #FD669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.96%

 BLUE value IS 156 (61.33% from 255) = 30.53%

R = 49.51%
G = 19.96%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD669C (or 0xFD669C) is known color: Brilliant Rose. HEX triplet: FD, 66 and 9C. RGB value is (253,102,156). Sum of RGB (Red+Green+Blue) = 253+102+156=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD669C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD669C is #029963. Grayscale: #999999. Windows color (decimal): -170340 or 10249981. OLE color: 10249981.

HSL color Cylindrical-coordinate representation of color #FD669C: hue angle of 338.54º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD669C is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 102 156 -
CMYK 0 0.60 0.38 0.01
HSL 338.54º 0.97% 0.7% -
HSV(B) 338.54º 0.6% 0.99% -
XYZ 51.26 32.79 35.08 -
YUV 153.31 129.53 199.11 -
System Red Green Blue C M Y K H S L
Decimal 253 102 156 0 0.60 0.38 0.01 338.54 0.97 0.7
Hex FD 66 9C 0 3C 26 1 153 61 46
Octal 375 146 234 0 74 46 1 523 141 106
Binary 11111101 1100110 10011100 0 111100 100110 1 101010011 1100001 1000110

Color Harmonies of #FD669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD669C

Black with #FD669C

Text Example


Text Example

White with #FD669C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD669C; }

 p { color: rgb(253,102,156); }

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

background-color css

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

 a { background-color: rgb(253,102,156); }

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

border-color css

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

 span { border-color: rgb(253,102,156); }

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