#FD699C

Color #FD699C Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FD699C

Tints of Brilliant Rose #FD699C

Color information

#FD699C (or 0xFD699C) is unknown color: approx Brilliant Rose. HEX triplet: FD, 69 and 9C. RGB value is (253,105,156). Sum of RGB (Red+Green+Blue) = 253+105+156=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD699C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD699C is #029663. Grayscale: #9B9B9B. Windows color (decimal): -169572 or 10250749. OLE color: 10250749.

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

Color convert

RGB253105156-
CMYK00.580.380.01
HSL339.32º97.37%70.2%-
HSV(B)339.32º58.5%99.22%-
XYZ51.5633.3935.18-
YUV155.07128.53197.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.22%
GREEN value IS 105 (41.41% from 255) = 20.43%
BLUE value IS 156 (61.33% from 255) = 30.35%
R=49.22%
G=20.43%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310515600.580.380.01339.3297.3770.2
HexFD699C03A2611536146
Octal375151234072461523141106
Binary111111011101001100111000111010100110110101001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD699C; }

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

 H1.HeaderClassName
 {
   color: #FD699C;
 }
 .AnyTagClassName
 {
   color: #FD699C;
 }
</style>
background-color css

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

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

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

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

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

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