Html Css Color HEX #FC699C Brilliant Rose

📋 copy color: '#FC699C'

red 252 ◦ green 105 ◦ blue 156

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

Shades of Brilliant Rose #FC699C

Tints of Brilliant Rose #FC699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.47%

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

R = 49.12%
G = 20.47%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC699C (or 0xFC699C) is known color: Brilliant Rose. HEX triplet: FC, 69 and 9C. RGB value is (252,105,156). Sum of RGB (Red+Green+Blue) = 252+105+156=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC699C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC699C is #039663. Grayscale: #9A9A9A. Windows color (decimal): -235108 or 10250748. OLE color: 10250748.

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

Color convert

RGB 252 105 156 -
CMYK 0 0.58 0.38 0.01
HSL 339.18º 0.96% 0.7% -
HSV(B) 339.18º 0.58% 0.99% -
XYZ 51.2 33.2 35.16 -
YUV 154.77 128.7 197.35 -
System Red Green Blue C M Y K H S L
Decimal 252 105 156 0 0.58 0.38 0.01 339.18 0.96 0.7
Hex FC 69 9C 0 3A 26 1 153 60 46
Octal 374 151 234 0 72 46 1 523 140 106
Binary 11111100 1101001 10011100 0 111010 100110 1 101010011 1100000 1000110

Color Harmonies of #FC699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC699C

Black with #FC699C

Text Example


Text Example

White with #FC699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC699C; }

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

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

background-color css

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

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

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

border-color css

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

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

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